- Issue created by @andrew robinson
- πΊπΈUnited States jrockowitz Brooklyn, NY
Gin's form layout has a min-width of about 600px. This feels like a Gin admin issue.
An immediate solution could be to change the sidebar's default width via π¬ How to change the default widget the sidebar Active
- π¬π§United Kingdom johntarling
I think the fix for this is to add
overflow-x: hidden;
to the style constructed for the main tag inside the mercury-dialog web component. That seems to keep the right pane resizable and removes the scrolling when Gin is used and doesnt impact the Claro theme usage. - First commit to issue fork.
- Merge request !1013468550/Philip: Hiding extraneous Gin Sidebar in ME node form β (Closed) created by philip_stier
- First commit to issue fork.
- πΊπΈUnited States justin2pin
Opened a new MR against 2.2.x. To test in composer, use:
"patches" : { "drupal/mercury_editor" : { "Issue #3468550": "https://git.drupalcode.org/project/mercury_editor/-/merge_requests/104.patch" } }
-
justin2pin β
committed 84f2bf59 on 2.2.x
Issue #3468550: Horizontal scrollbar is displayed in the RHS panel when...
-
justin2pin β
committed 84f2bf59 on 2.2.x
-
justin2pin β
committed 84f2bf59 on 2.3.x
Issue #3468550: Horizontal scrollbar is displayed in the RHS panel when...
-
justin2pin β
committed 84f2bf59 on 2.3.x