- Issue created by @hudri
- Merge request !152Resolve #3417765 "Large modal exceeds viewport height without scrollbar" → (Merged) created by hudri
- last update
10 months ago 55 pass - Issue was unassigned.
- Status changed to Needs review
10 months ago 1:42pm 29 January 2024 - last update
9 months 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
8 months 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
5 months ago 2:12pm 6 June 2024 - 🇮🇳India naveenvalecha New Delhi
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
5 months ago 58 pass - 🇮🇳India naveenvalecha New Delhi
naveenvalecha → changed the visibility of the branch 3417765-large-modal-exceeds to hidden.
- 🇮🇳India naveenvalecha New Delhi
naveenvalecha → changed the visibility of the branch 3417765-large-modal-exceeds to active.
- last update
5 months ago 58 pass - last update
5 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
4 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
4 months ago 6:20pm 26 July 2024