mirror of https://github.com/status-im/consul.git
ui: Increase z-index of main menus to avoid layering issues (#10428)
This commit is contained in:
parent
4c37c225a5
commit
4bddd52103
|
@ -1,7 +1,7 @@
|
||||||
%main-header-horizontal {
|
%main-header-horizontal {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 5;
|
z-index: 50;
|
||||||
left: 0;
|
left: 0;
|
||||||
padding: 0 25px;
|
padding: 0 25px;
|
||||||
width: calc(100% - 50px);
|
width: calc(100% - 50px);
|
||||||
|
|
Loading…
Reference in New Issue