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.
16.0
Hafizh Ibnu Syam 2023-11-02 14:03:16 +07:00
parent f110ce16e4
commit 5de47a8592
1 changed files with 1 additions and 1 deletions

View File

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