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];
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);