You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a lot of challengers (more than 15, depending on resolution and window size)
Have a window height of more than 600px (so that "sticky top bar" is enabled and it tries to fade away when scrolling the page)
What did you expect to happen?
There should be a way to scroll down the challenger list.
What happened instead?
There are two cases:
If the content of the page is short enough to not need any scrolling (i.e. for instance https://lichess.org/training), then there is simply no scroll bar to even try to the scroll the list, and it just goes off-screen.
If the content of the page is longer (e.g. the home page), then scrolling down the page fades away the top bar, including the challenger list. So it can also not be scrolled in this case.
Operating system
Linux
Browser and version (or alternate access method)
Chrome 131
Additional information
I would propose to slightly change the CSS of the challenger drop down to enable vertical scrolling:
If the page content is short (i.e. there is only a chessboard and nothing else on the page otherwise), then the challenger list is cutoff and there is no scroll bar at all, and consequently you cannot scroll it at all
If the page content is long (home page), then you can scroll but the the challenger list won't be scrolled and it just fades away
If the window is small enough to not enable the "sticky top bar" feature, you can scroll the challenger list just fine
Screencast_20250119_152714.webm
I should note that I have never personally encountered this bug. I have only become aware of it because of this stream.
Exact URL of where the bug happened
Everywhere where the topbar is visible
Steps to reproduce the bug
What did you expect to happen?
There should be a way to scroll down the challenger list.
What happened instead?
There are two cases:
Operating system
Linux
Browser and version (or alternate access method)
Chrome 131
Additional information
I would propose to slightly change the CSS of the challenger drop down to enable vertical scrolling:
The text was updated successfully, but these errors were encountered: