From 33c60312df39fd1139708686cbaf09f1820d2557 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Tue, 20 Sep 2022 13:05:33 +0200 Subject: [PATCH] [FIX] web_responsive : apply same z-index value for the menu as odoo CE --- web_responsive/static/src/css/web_responsive.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_responsive/static/src/css/web_responsive.scss b/web_responsive/static/src/css/web_responsive.scss index 4c1634135..8ce51ff62 100644 --- a/web_responsive/static/src/css/web_responsive.scss +++ b/web_responsive/static/src/css/web_responsive.scss @@ -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;