[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.
pull/3153/head
Carlos Roca 2025-04-14 12:23:36 +02:00
parent 0e5e4bf589
commit ea81746fc3
1 changed files with 0 additions and 6 deletions

View File

@ -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 { .o_inner_group > .mb-sm-0 {
margin-bottom: 0 !important; margin-bottom: 0 !important;
} }