Skip to content

Commit

Permalink
Reduce the z-index of the page overlay container
Browse files Browse the repository at this point in the history
The previous value causes it to be in front of all other items at all times which is unintended.
  • Loading branch information
dtdesign committed Aug 8, 2023
1 parent cac0d37 commit e7dc7e4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions wcfsetup/install/files/style/layout/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,10 @@ html[data-color-scheme="dark"] .sideBySide.templateDiff {
}

#pageOverlayContainer {
bottom: 0;
left: 0;
inset: 0;
pointer-events: none;
position: fixed;
right: 0;
top: 0;
z-index: 750;
z-index: 400;
}

#pageOverlayContainer > *:not(.dropdownMenuContainer) {
Expand Down

0 comments on commit e7dc7e4

Please sign in to comment.