Ensure modal overlay has the right z-index

This commit is contained in:
Scott Nonnenberg 2022-06-23 17:16:36 -07:00 committed by GitHub
parent 72bb01346f
commit c8ef2bc626
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}