mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Fix bounce scroll showing page contents from behind modal
This commit is contained in:
parent
38a31013a5
commit
7835522c50
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@
|
|||
& .scrollLayer {
|
||||
@apply --marketplaceModalRootStyles;
|
||||
|
||||
/* Add default background color to avoid bouncing scroll showing the
|
||||
page contents from behind the modal. */
|
||||
background-color: var(--matterColorLight);
|
||||
|
||||
/* Additional styles for the modal window, dimming the background and positioning the modal */
|
||||
min-height: 100vh;
|
||||
overflow: auto;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue