[FIX] web_responsive: fix z-index on toolbar to prevent being on background in modals

This commit is contained in:
Olivier Bitsch
2024-01-31 11:52:38 +01:00
parent 9d808f8a03
commit f02a687891

View File

@@ -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;
}
}