1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 10:48:37 +00:00

Make toast in front of modal

This commit is contained in:
Lunny Xiao
2024-11-28 21:31:30 -08:00
parent 267a2ec367
commit 17956ae24a

View File

@@ -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;