Skip to content

Commit

Permalink
Ensure modal overlay has the right z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed Jun 24, 2022
1 parent 72bb013 commit c8ef2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/_modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit c8ef2bc

Please sign in to comment.