mirror of
https://github.com/go-gitea/gitea
synced 2025-01-24 21:27:50 +01:00
Make toast in front of modal
This commit is contained in:
parent
267a2ec367
commit
17956ae24a
@ -3,7 +3,7 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: all .2s ease;
|
transition: all .2s ease;
|
||||||
z-index: 500;
|
z-index: 9999;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
box-shadow: 0 8px 24px var(--color-shadow);
|
box-shadow: 0 8px 24px var(--color-shadow);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user