-
Notifications
You must be signed in to change notification settings - Fork 549
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
scrollbar covers menu icons #1
Comments
I just encountered the same thing on Chrome 58.0.3029.110 (64-bit), running on a Mac. |
It's because it should be |
Currently the scroll bar is being forced to always appear. I assume the intent was to have it show up on overflow. Though you might still have height issues on collapse.
Wouldn't that also cover the buttons if it needed the scrollbar? like on mobile? |
Looks like the class .pell-actionbar has a fixed height of 30px. I changed the height to 10% in chrome debug and that helped with cover up. Also adding @RichiCoder1 'overflow-x: auto' helped the full screen from having a extraneous toolbar. Windows 10 Version 61.0.3150.0 (Official Build) canary (64-bit) |
This problem appears on any OS that has always-visible scrollbars (e.g. current macOS on default settings doesn't). I think this is intended to work like this on macOS / mobile: As mentioned by @RichiCoder1 this can be solved by changing However on viewports < ~480px the issue will appear again (on any OS that has always-visible scrollbars) |
Thanks everyone for reporting and commenting, fixed in 722308c |
Firefox on Win10
The text was updated successfully, but these errors were encountered: