From 125f235964394b15ce714998c5e36dde3538a7b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Fri, 3 Jan 2025 17:21:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=80=9A=E7=9F=A5=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=86=85=E5=AE=B9=E6=89=80=E5=9C=A8=E5=B1=82=E7=BA=A7?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Notification.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Notification.module.css b/src/components/Notification.module.css index d9592dc..9c02d67 100644 --- a/src/components/Notification.module.css +++ b/src/components/Notification.module.css @@ -9,6 +9,7 @@ justify-content: flex-start; align-items: stretch; gap: 10px; + z-index: 600; } .message_box_positioner { position: absolute; @@ -18,6 +19,7 @@ left: 50%; transform: translateX(-50%); bottom: 20vh; + z-index: 700; } .notification { display: flex;