- Issue created by @hudri
- Merge request !152Resolve #3417765 "Large modal exceeds viewport height without scrollbar" β (Merged) created by hudri
- last update
about 1 year ago 55 pass - Issue was unassigned.
- Status changed to Needs review
about 1 year ago 1:42pm 29 January 2024 - last update
about 1 year ago 55 pass - π¬π§United Kingdom stephen-cox
Maybe a different problem, but I'm seeing this. Lots of text in a paragraph item pushes the save button off the bottom of the screen meaning it's not possible to save the page.
Patch #6 didn't fix this issue. The following CSS rule fixed it for me:
.layout-paragraphs-component-form .ck-editor__main > .ck-editor__editable { max-height: calc(100vh - 320px); }
- last update
about 1 year ago 55 pass - π©πͺGermany larskleiner
The #6 patch didn't work for me so I 'm trying a different approach.
The viewport height gets reduced by 200px if the modal from is too long. This forces a vertical scrollbar onto the
.ui-dialog-content
element.This is just a quick fix that needs to be refined as the function name is still called
repositionDialog
. - Status changed to RTBC
10 months ago 2:12pm 6 June 2024 Thank you for the patch. We are using #note-8 patch on a big customer website for a long time and its working fine for us.
RTBC +1
Looking forward to get this in soon :)- last update
10 months ago 58 pass naveenvalecha β changed the visibility of the branch 3417765-large-modal-exceeds to hidden.
naveenvalecha β changed the visibility of the branch 3417765-large-modal-exceeds to active.
- last update
10 months ago 58 pass - last update
10 months ago 58 pass - π¬π§United Kingdom mistrytheory
I've added an additional patch, based on naveenvalecha's patch on #10. This adds the style `overscroll-behavior: contain` to stop the scroll of the body, when scrolling within the dialog.
- First commit to issue fork.
- Status changed to Fixed
9 months ago 2:10pm 26 July 2024 -
sethhill β
committed b9e30094 on 2.0.x authored by
hudri β
Issue #3417765 by hudri, naveenvalecha, sethhill, Drumanuel, larskleiner...
-
sethhill β
committed b9e30094 on 2.0.x authored by
hudri β
- Status changed to Fixed
9 months ago 6:20pm 26 July 2024