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;