3
0
Fork 0

Revert "[FIX] web_responsive: Update z-index in apps menu.scss to fix overlapping issue:"

This reverts commit 5de47a8592.
17.0
Hafizh Ibnu Syam 2023-11-06 09:38:23 +07:00 committed by Taras Shabaranskyi
parent 1b05736b0b
commit a9c007fba4
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: 10000; z-index: 1000;
left: 0 !important; left: 0 !important;
} }