diff --git a/js/viewfeed.js b/js/viewfeed.js
index 50bec1966ffa2dd990d5c3679c7bf88ac129c58d..095bfab22210ed11432744769c55f8b035a964b8 100644
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -1248,7 +1248,7 @@ function headlines_scroll_handler(e) {
 				var child = rows[i];
 
 				if ($("headlines-frame").scrollTop < child.offsetTop &&
-					child.offsetTop - $("headlines-frame").scrollTop < 50) {
+					child.offsetTop - $("headlines-frame").scrollTop < 100) {
 
 					if (_active_article_id) {
 						var row = $("RROW-" + _active_article_id);