[FIX] web_responsive : apply same z-index value for the menu as odoo CE

This commit is contained in:
Sylvain LE GAL
2022-09-20 13:05:33 +02:00
parent 7d3c359fb5
commit 33c60312df

View File

@@ -12,7 +12,7 @@ $chatter_zone_width: 35%;
max-height: calc(100vh - #{$o-navbar-height});
position: fixed;
width: 100vw;
z-index: 100;
z-index: 1000;
// Inline style will override our `top`, so we need !important here
top: $o-navbar-height !important;
transform: none !important;