mirror of https://github.com/OCA/web.git
[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.pull/2684/head
parent
f33eda0f88
commit
1fe038c133
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue