[IMP] web_responsive: Scrollable dropdowns

This commit is contained in:
Alexandre D. Díaz
2021-03-15 15:53:21 +01:00
parent 6ae76607f8
commit 975645920a
5 changed files with 17 additions and 0 deletions

View File

@@ -407,6 +407,12 @@ html .o_web_client .o_action_manager .o_action {
display: inline-block !important;
}
// Enable scroll on dropdowns
.o_cp_buttons .dropdown-menu {
max-height: 70vh;
overflow-y: auto;
}
// Dropdown with buttons to switch the view type
.o_cp_switch_buttons.show {
.dropdown-menu {