From f02a6878912b932f443faf95e97a37c1eeb38fee Mon Sep 17 00:00:00 2001 From: Olivier Bitsch Date: Wed, 31 Jan 2024 11:52:38 +0100 Subject: [PATCH] [FIX] web_responsive: fix z-index on toolbar to prevent being on background in modals --- web_responsive/static/src/legacy/scss/web_responsive.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_responsive/static/src/legacy/scss/web_responsive.scss b/web_responsive/static/src/legacy/scss/web_responsive.scss index 38da47f3a..252a085b8 100644 --- a/web_responsive/static/src/legacy/scss/web_responsive.scss +++ b/web_responsive/static/src/legacy/scss/web_responsive.scss @@ -372,7 +372,7 @@ html .o_web_client .o_action_manager .o_action { body:not(.o_statusbar_buttons) { .oe-toolbar { - z-index: 0 !important; + z-index: 0; } }