From 17956ae24a963f17dc35587bd7e68d54415e5c7c Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 28 Nov 2024 21:31:30 -0800 Subject: [PATCH] Make toast in front of modal --- web_src/css/modules/toast.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/css/modules/toast.css b/web_src/css/modules/toast.css index 1145f3b1b58..721e2c3cb16 100644 --- a/web_src/css/modules/toast.css +++ b/web_src/css/modules/toast.css @@ -3,7 +3,7 @@ position: fixed; opacity: 0; transition: all .2s ease; - z-index: 500; + z-index: 9999; border-radius: var(--border-radius); box-shadow: 0 8px 24px var(--color-shadow); display: flex;