Menubar: Move behind modals in z-order

Fixes #4499
This commit is contained in:
Jeremy Ruston
2020-03-13 09:35:37 +00:00
parent ca6dd93214
commit 1dc517b151
+1 -1
View File
@@ -9,7 +9,7 @@ tags: [[$:/tags/Stylesheet]]
nav.tc-menubar {
position: fixed;
z-index: 1100;
z-index: 1050;
display: inline-block;
top: 0;
right: 0;