Menubar: Move behind modals in z-order

Fixed fix for #4499
This commit is contained in:
Jeremy Ruston 2020-03-13 09:52:24 +00:00
parent 0644716f4b
commit ff7fab6175
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ tags: [[$:/tags/Stylesheet]]
nav.tc-menubar {
position: fixed;
z-index: 1050;
z-index: 850;
display: inline-block;
top: 0;
right: 0;