fix: proposed alert behind modal
This commit is contained in:
parent
9642e2407e
commit
e8c2a650af
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ body {
|
|||
/* Porposed alert */
|
||||
.proposed-alert {
|
||||
position: fixed;
|
||||
z-index: 9999999;
|
||||
z-index: 8;
|
||||
left: 1em;
|
||||
bottom: 1em;
|
||||
padding: 1em;
|
||||
|
|
Loading…
Reference in a new issue