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

At certain screen sizes Firefox "flickers" between sizes as scrollbars flash on and off #96

Open
stuartlangridge opened this issue May 18, 2018 · 0 comments

Comments

@stuartlangridge
Copy link
Collaborator

Resize Measure horizontally in a Firefox window. At certain screen widths, the scrollbars on widgets start flickering on and off. I think the scrollbars turn on, which fractionally changes the size of everything, which means that the widgets are now big enough to not need scrollbars, which means they turn off, which means everything changes size a little bit, and then we go back to the beginning again; hence, flicker.

Doesn't seem to happen in Chrome. Could be a grid layout issue, or maybe we need to be cleverer about scrollbar vertical overflow.

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

1 participant