forked from Techsystech/web
[FIX] web_responsive: Update z-index in apps menu.scss to fix overlapping issue:
- Increase z-index from 1000 to 10000 in apps_menu.scss.17.0
parent
f33eda0f88
commit
1fe038c133
|
@ -10,7 +10,7 @@
|
|||
position: fixed;
|
||||
margin: 0;
|
||||
width: 100vw;
|
||||
z-index: 1000;
|
||||
z-index: 10000;
|
||||
left: 0 !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue