Scrolling in article pane by pressing down key

Describe the problem you’re having:
When pressing the “n” or “down” key, tt-rss will open the next article.
Since yesterday, when pressing “down”, also the article list will scroll with it, sometimes in a way that the current highlighted article will move post the top of the pane.
When pressing “n” this gladly does not happen.
Not sure whether this is a bug or a feature - personally, I do not like this behavior

Happens since git pull yesterday evening in Firefox and Safari

Kind regards

yeah, it’s a known thing; i think previously hotkeys completely blocked default keyboard actions but now they work together, i’ll try to take a look later today

e: https://git.tt-rss.org/fox/tt-rss/commit/85adef06f47da40347efc499caedf14c65f3de6c

Seems to be resolved - Thanks!


What happened to the scrollbar :slight_smile:?
I use this now in custom css:
::-webkit-scrollbar {
width: 10px;
}

it went on a diet20char