Skip to content

Commit

Permalink
feat(silverBox.scss): Add z-index to silverBox-overlay.
Browse files Browse the repository at this point in the history
silverBox-overlay is now always under alert modals.
  • Loading branch information
fulcain committed Sep 12, 2023
1 parent 2cfe3ca commit 87832df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/src/css/silverBox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ body {
left: 0;
justify-content: center;
background-color: var(--silverBox-overlay-background);
z-index: calc(var(--silverBox-z-index) - 1);
}

.silverBox {
Expand Down

0 comments on commit 87832df

Please sign in to comment.