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
It would be neat if the size of the queue automatically fit on the screen. This would involve some work to make sure that the maximum number of entries in the queue somehow related to the screen size of the queue.
The text was updated successfully, but these errors were encountered:
I thought this was just a neat change, but I just realized it actually would greatly improve the interface: if the scrollbar appears (e.g. on a smaller screen), it behaves in a really distracting way, changing size or even appearing/disappearing.
A super-easy workaround to this would be to simply add overflow:hidden to the <body> tag. You would lose the fade out effect if the browser window's height is significantly less than the page height, but the scrollbar issue would be gone :)
It would be neat if the size of the queue automatically fit on the screen. This would involve some work to make sure that the maximum number of entries in the queue somehow related to the screen size of the queue.
The text was updated successfully, but these errors were encountered: