Fix quick add selectbox gets scrollbar

This commit is contained in:
Hadi Nategh 2022-09-16 15:57:30 +02:00
parent 99f1984b48
commit 0a06ddfeca
2 changed files with 6 additions and 0 deletions

View File

@ -5523,6 +5523,9 @@ span.overlayContainer img.overlay {
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(form-control) {
margin-left: -3em;
}
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(menu) {
max-height: 60vh;
}
#egw_fw_topmenu_info_items img#topmenu_info_error {
width: 16px;
height: 16px;

View File

@ -293,6 +293,9 @@
#quick_add_selectbox::part(form-control) {
margin-left: -3em;
}
#quick_add_selectbox::part(menu) {
max-height: 60vh;
}
}
// ##############################################################################