mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
enlarge auto mark offset height
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user