Ensure modal overlay has the right z-index
This commit is contained in:
parent
72bb01346f
commit
c8ef2bc626
1 changed files with 1 additions and 1 deletions
|
@ -7483,7 +7483,7 @@ button.module-image__border-overlay:focus {
|
|||
$loading-screen-modal-overlay: $z-index-on-top-of-everything + 1;
|
||||
|
||||
.module-modal-host__overlay,
|
||||
.module-modal-host__container {
|
||||
.module-modal-host__overlay-container {
|
||||
z-index: $loading-screen-modal-overlay;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue