From ea81746fc342351ef7fca042a74baf59cf8cf6d1 Mon Sep 17 00:00:00 2001 From: Carlos Roca Date: Mon, 14 Apr 2025 12:23:36 +0200 Subject: [PATCH] [FIX] web_responsive: Don't override z-index of toolbar Before this changes when trying to edit a message using web_editor, the toolbar is showed behind the wizard. After this changes, it is showed correctly. --- web_responsive/static/src/legacy/scss/web_responsive.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/web_responsive/static/src/legacy/scss/web_responsive.scss b/web_responsive/static/src/legacy/scss/web_responsive.scss index ee0101ee9..0cca564be 100644 --- a/web_responsive/static/src/legacy/scss/web_responsive.scss +++ b/web_responsive/static/src/legacy/scss/web_responsive.scss @@ -144,12 +144,6 @@ $chatter_zone_width: 35% !important; } } -body:not(.o_statusbar_buttons) { - .oe-toolbar { - z-index: 0 !important; - } -} - .o_inner_group > .mb-sm-0 { margin-bottom: 0 !important; }