1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:45:56 +00:00

enlarge auto mark offset height

This commit is contained in:
Andrew Dolgov
2013-05-16 10:52:33 +04:00
parent 99d89d10b0
commit 6e098e5e8c

View File

@@ -1248,7 +1248,7 @@ function headlines_scroll_handler(e) {
var child = rows[i]; var child = rows[i];
if ($("headlines-frame").scrollTop < child.offsetTop && if ($("headlines-frame").scrollTop < child.offsetTop &&
child.offsetTop - $("headlines-frame").scrollTop < 50) { child.offsetTop - $("headlines-frame").scrollTop < 100) {
if (_active_article_id) { if (_active_article_id) {
var row = $("RROW-" + _active_article_id); var row = $("RROW-" + _active_article_id);