mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_responsive: Scrollable dropdowns
This commit is contained in:
committed by
Sergey Shebanin
parent
be736d4d18
commit
1c27ffc58e
@@ -784,8 +784,8 @@ html .o_web_client .o_action_manager .o_action {
|
||||
}
|
||||
}
|
||||
|
||||
// Filter Menu
|
||||
.o_control_panel {
|
||||
// Filter Menu item
|
||||
.o_filters_menu {
|
||||
.o_menu_item {
|
||||
@include o-search-options-dropdown-custom-item;
|
||||
@@ -796,4 +796,11 @@ html .o_web_client .o_action_manager .o_action {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Enable scroll on dropdowns
|
||||
.o_cp_buttons .dropdown-menu {
|
||||
max-height: 70vh;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user