notes: prevent notes appearing above site notices.

This commit is contained in:
evazion
2020-03-31 01:23:16 -05:00
parent cc385fa9e4
commit 9def8c5c0d

View File

@@ -14,7 +14,7 @@ div#notice {
top: 1em;
left: 25%;
width: 50%;
z-index: 100;
z-index: 9999;
a#close-notice-link {
position: absolute;