enlarge auto mark offset height

master
Andrew Dolgov 12 years ago
parent 99d89d10b0
commit 6e098e5e8c

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

Loading…
Cancel
Save