From e8c2a650af6cf26d1c274c45d451438f5cd378d2 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Thu, 27 Aug 2020 13:15:07 +0200 Subject: [PATCH] fix: proposed alert behind modal --- assets/development/styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/development/styles/main.css b/assets/development/styles/main.css index e33a5d9..d5455c6 100644 --- a/assets/development/styles/main.css +++ b/assets/development/styles/main.css @@ -41,7 +41,7 @@ body { /* Porposed alert */ .proposed-alert { position: fixed; - z-index: 9999999; + z-index: 8; left: 1em; bottom: 1em; padding: 1em;