ui: Increase z-index of main menus to avoid layering issues (#10428)
This commit is contained in:
parent
f5d55a6af9
commit
6ec4728d5f
|
@ -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…
Reference in New Issue