summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index 50bec1966..095bfab22 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);