Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatically size the queue #13

Open
edsu opened this issue Jun 22, 2011 · 1 comment
Open

automatically size the queue #13

edsu opened this issue Jun 22, 2011 · 1 comment

Comments

@edsu
Copy link
Owner

edsu commented Jun 22, 2011

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.

@waldyrious
Copy link
Contributor

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants