1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-23 16:14:29 +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
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

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;