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

This commit is contained in:
John Cowen 2021-06-22 14:19:13 +01:00 committed by GitHub
parent f5d55a6af9
commit 6ec4728d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);