Ensure modal overlay has the right z-index

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
automated-signal 2022-06-23 17:41:16 -07:00 committed by GitHub
parent 17ce5ac75f
commit b31d70227e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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