- Issue created by @bkosborne
- Merge request !9Prevent extra unnecessary scrollbar in modal window content area. β (Open) created by bkosborne
- Status changed to Needs review
over 1 year ago 7:03pm 15 June 2023 - Status changed to RTBC
over 1 year ago 1:46pm 29 June 2023 - πΊπΈUnited States justcaldwell Austin, Texas
+1. Adding a static patch from the MR. Thanks!
-
svendecabooter β
committed 9d76242d on 1.0.x
Issue #3367109 by bkosborne: Double scrollbar shown in modal window
-
svendecabooter β
committed 9d76242d on 1.0.x
- π§πͺBelgium svendecabooter Gent
Thanks for the MR and reviews. Merged now.
Automatically closed - issue fixed for 2 weeks with no activity.
- πͺπΈSpain lluisma
Since applying this patch, the iframe overflows the modal dialog.
I've solved adding
.ui-dialog--lbim { overflow: auto;}
to iframe.css file, but I don't know if it's a goog solution.