3
0
Fork 0

[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
Hafizh Ibnu Syam 2023-11-02 14:03:16 +07:00 committed by Taras Shabaranskyi
parent f33eda0f88
commit 1fe038c133
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
position: fixed;
margin: 0;
width: 100vw;
z-index: 1000;
z-index: 10000;
left: 0 !important;
}