From 9def8c5c0d2d07aeafb1882a53f6a5e644fb9aa3 Mon Sep 17 00:00:00 2001 From: evazion Date: Tue, 31 Mar 2020 01:23:16 -0500 Subject: [PATCH] notes: prevent notes appearing above site notices. --- app/javascript/src/styles/common/notices.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/src/styles/common/notices.scss b/app/javascript/src/styles/common/notices.scss index 8ad56a777..7d415fc77 100644 --- a/app/javascript/src/styles/common/notices.scss +++ b/app/javascript/src/styles/common/notices.scss @@ -14,7 +14,7 @@ div#notice { top: 1em; left: 25%; width: 50%; - z-index: 100; + z-index: 9999; a#close-notice-link { position: absolute;