fix: proposed alert behind modal

This commit is contained in:
Matthieu Bessat 2020-08-27 13:15:07 +02:00
parent 9642e2407e
commit e8c2a650af

View file

@ -41,7 +41,7 @@ body {
/* Porposed alert */ /* Porposed alert */
.proposed-alert { .proposed-alert {
position: fixed; position: fixed;
z-index: 9999999; z-index: 8;
left: 1em; left: 1em;
bottom: 1em; bottom: 1em;
padding: 1em; padding: 1em;