Skip to content

Commit

Permalink
[FIX] web_responsive: remove scss code causing HTML toolbar disappearing
Browse files Browse the repository at this point in the history
in mail.compose.message HTML body
refs #69854
  • Loading branch information
marielejeune committed Jan 15, 2024
1 parent 90dfe42 commit c5069b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web_responsive/static/src/legacy/scss/web_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -370,11 +370,11 @@ html .o_web_client .o_action_manager .o_action {
}
}

body:not(.o_statusbar_buttons) {
.oe-toolbar {
z-index: 0 !important;
}
}
// body:not(.o_statusbar_buttons) {
// .oe-toolbar {
// z-index: 0 !important;
// }
// }

.o_inner_group > .mb-sm-0 {
margin-bottom: 0 !important;
Expand Down

0 comments on commit c5069b7

Please sign in to comment.