Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Adjusted window-controls z-index to be on top of ameModal-Backdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
booploops committed Nov 19, 2021
1 parent 48c8954 commit 536d3a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/css/custom-stylesheet.css
Expand Up @@ -563,7 +563,7 @@ body.no-acrylic {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
z-index: 9998;
background: rgba(0, 0, 0, 0.45);
display: flex;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion resources/css/frame_Windows.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/css/frame_macOS_emulation_right.css
Expand Up @@ -26,7 +26,7 @@
position: fixed;
right: 0;
top: 0;
z-index: 9904 !important;
z-index: 9999 !important;
}

.web-chrome__auth-no-chrome {
Expand Down

0 comments on commit 536d3a0

Please sign in to comment.