mirror of https://github.com/OCA/web.git
[FIX] web_responsive : apply same z-index value for the menu as odoo CE
parent
7d3c359fb5
commit
33c60312df
|
@ -12,7 +12,7 @@ $chatter_zone_width: 35%;
|
||||||
max-height: calc(100vh - #{$o-navbar-height});
|
max-height: calc(100vh - #{$o-navbar-height});
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
z-index: 100;
|
z-index: 1000;
|
||||||
// Inline style will override our `top`, so we need !important here
|
// Inline style will override our `top`, so we need !important here
|
||||||
top: $o-navbar-height !important;
|
top: $o-navbar-height !important;
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
|
|
Loading…
Reference in New Issue