mirror of https://github.com/OCA/web.git
[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
parent
0e5e4bf589
commit
ea81746fc3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue