ui: Increase z-index of main menus to avoid layering issues (#10428)

pull/10405/head
John Cowen 3 years ago committed by GitHub
parent 4c37c225a5
commit 4bddd52103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
%main-header-horizontal {
display: flex;
position: fixed;
z-index: 5;
z-index: 50;
left: 0;
padding: 0 25px;
width: calc(100% - 50px);

Loading…
Cancel
Save