diff options
| author | Fuwn <[email protected]> | 2024-02-04 23:30:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-04 23:30:56 -0800 |
| commit | 70f5666437f87ed723a862924215e057cd0d5678 (patch) | |
| tree | f456440645f3cfe33a7077d3553a11bc2ebb5b1a /src/styles/popup.scss | |
| parent | feat(popup): blur fullscreen backdrop (diff) | |
| download | due.moe-70f5666437f87ed723a862924215e057cd0d5678.tar.xz due.moe-70f5666437f87ed723a862924215e057cd0d5678.zip | |
feat(message): use fullscreen popup
Diffstat (limited to 'src/styles/popup.scss')
| -rw-r--r-- | src/styles/popup.scss | 4 |
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); } |