-
Notifications
You must be signed in to change notification settings - Fork 96
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
1.12 horizontal scrollbar in split mode #1430
Comments
For anybody wondering: This is caused by the mode dropdown itself in the right bottom. Adding |
I guess this would be a minor change to fix? Issue has been open since jan 6. Is there any way I can help? |
Use 🔥🦊❗ 😀 /* in 5.x we need to revert #7b430d4 and add the previous snippet bellow
https://github.com/silverstripe/silverstripe-admin/commit/7b430d4171da9608918190109b85e15260e0d626 */
.chosen-container:not(.chosen-container-active) {
overflow: hidden;
}
.preview-mode-selector .chosen-drop {
width: inherit;
right: 0;
} If that looks acceptable I would try do make build-env working, PR and also test it a bit more. To what branch:question: If 4.x, is build than done on up-merge for 5? |
Can this be implemented? Now all CMS's have a horizontal scrollbar. This is still visible in 5.1. |
Because this is a very minor visual bug, the CMS Squad can't dedicate time to fixing this right now. If this is causing problems for you, I recommend opening a pull request that fixes it. |
Hi Guy, it is also a bug that is simple to fix, without much time/effort. I don't understand why you skip fixing these 'minor bugs' so easily. I will look into how to make a PR for a CSS change. This probably involves building the CSS from SCSS? |
There are a lot of low impact bugs that would be quick to fix on their own - but if we tried to do all of them we wouldn't have much time to dedicate to high impact bugs or enhancements. Low impact but easy to fix bugs are great opportunities for the community to provide contributions for exactly the reason that they won't (again, in isolation) take long to fix. Yup, building the CSS from SCSS is necessary if you're doing a CSS change. There's information about how to do that in the contribution docs, but let me know if you get stuck. |
I understand, will look into it! Thanks, Guy. |
Nice work @lerni ! I tried it on: |
The solution from @lerni works for me, but I think it should be noted that this style is only necessary for browsers other than firefox. That way it doesn't get removed again. |
PR merged. This will be automatically tagged by GitHub actions |
This PR removed a style rule that prevented horizontal scrollbars when in split mode:
#1422
The scrollbar does not show in Firefox, but it does show in Brave and Edge.
Firefox
Brave
Edge
PRs
The text was updated successfully, but these errors were encountered: