From 70f5666437f87ed723a862924215e057cd0d5678 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 4 Feb 2024 23:30:56 -0800 Subject: feat(message): use fullscreen popup --- src/styles/popup.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/styles') 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); } -- cgit v1.2.3