1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-26 14:18:21 +00:00

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

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;