aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/popup.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/popup.scss b/src/styles/popup.scss
index cbf8f225..441a68a1 100644
--- a/src/styles/popup.scss
+++ b/src/styles/popup.scss
@@ -3,7 +3,7 @@
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
- z-index: 9999;
+ z-index: 3;
display: flex;
flex-direction: column;
justify-content: center;
@@ -14,6 +14,6 @@
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
- z-index: 9999;
+ z-index: 3;
backdrop-filter: blur(8px);
}