enlarge auto mark offset height
This commit is contained in:
parent
99d89d10b0
commit
6e098e5e8c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue