-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Menu sidebar bug #79
Comments
Useful to see what settings you're using in responsive mode. Will help with debugging this. We'll get it fixed. |
Couldn't reproduce this in the Chrome DevTools with emulation turned on, but I may have just been stupid. |
Sorry for the lack of info. Browsers tested:
Exact steps I've taken to test:
Browser methods:Firefox: Tools -> Web Developer -> Responsive Design View The culprit:
Potential fixes:
|
Thank you very much for the detailed report :) I do think this issue needs to be fixed. At the moment I'd need to test what side-effects we might incur if opting for 1. but will circle back if we find that it's a suitable solution. Cheers for the suggestions! |
In the 1200px media query, negate the `.app-bar.open, .app-bar.open ~ main transform` to remove the white area (~250px out) displayed. This generally seems to be a FF only issue.
An area of whitespace equal to the menu sidebar width remains visible in the header area.
The text was updated successfully, but these errors were encountered: