-
Notifications
You must be signed in to change notification settings - Fork 198
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
Horizontal scroll on admin #1044
Comments
I've set a max width of 100% on the container. At worst, it cuts off a little right margin while never infringing on the content. I prefer this to hard coding a value, which feels subject to browser rendering quirks. Ready to pull and test. |
Thanks, that fixed that part. Now I'm getting horizontal scroll for a few pixels in the area of 768 - 790px wide. Can I ask, do we need to have this many @media divisions? Seems like we have 1200px+, and <767px, and then 768-959, 960-991, and 992-1200? Do we need three separate divisions here? Would it be possible to simplify down to narrow, full, and something flexible in the middle? And there are other things happening within those, like the searchbar length on the dashboard changes a few times - full-width on mobile, then short, then long, then short again as you widen out. Seems like legacy styles maybe? |
I'm getting a horizontal scroll on the admin side when the browser is between 1200px and 1215px. Below that, the widgets on the homepage pop down. I'm on the sidebar-scrolling branch right now, not sure if it's related or not.
I'm seeing it on the dashboard, the Items page, the Appearance page, and the Plugins page, so it's not related to any one piece of content - just some math oversight in the @media settings in the CSS.
Screen.Recording.2025-03-07.at.11.44.17.mov
The text was updated successfully, but these errors were encountered: