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

Page is too wide and causes a horizontal scrollbar #2828

Closed
StevenLantinga opened this issue Jan 24, 2023 · 1 comment
Closed

Page is too wide and causes a horizontal scrollbar #2828

StevenLantinga opened this issue Jan 24, 2023 · 1 comment

Comments

@StevenLantinga
Copy link

Opening a page in the CMS causes the browser to get a horizontal scrollbar. This is caused by the dropdown for the "mode" in the bottom right. Adding the following css fixes the problem:

#preview-mode-dropdown-in-content .chosen-drop { right: 0; width: 160px; }

image

Tested in Chrome 108.0.5359.98 on Pop!_OS 22.04 LTS.

@michalkleiner
Copy link
Contributor

Duplicate of silverstripe/silverstripe-admin#1430.

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