-
Type:
Bug
-
Status: Closed
-
Resolution: Duplicate
-
Affects Version/s: 6.2.0 CE GA1
-
Fix Version/s: 6.2.0 CE GA1
-
Component/s: ~ [Archived] Frontend Infrastructure
-
Labels:None
When creating a modal dialog that masks the page behind it, the page should not be scrollable.
We can do this by adding overflow: hidden onto the body element, however, we should use a CSS class to provide this functionality (so it can be easily overwritten by the theme).
We should also make sure that the class name is removed when the dialog is hidden or destroyed.
- duplicates
-
LPS-40955 On an iOS device, scrolling on an iframe will sometimes deselect the iframe, and begin scrolling on the page behind the iframe
- Closed