mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-15 18:00:59 +01:00
enlarge auto mark offset height
This commit is contained in:
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…
x
Reference in New Issue
Block a user