fix missing scrollbar in longer then visible dropdown

This commit is contained in:
ralf 2022-08-08 14:44:37 +02:00
parent 7f36de45a4
commit 79a395e3e6

View File

@ -81,11 +81,6 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
padding: 0px; padding: 0px;
} }
/* Avoid double scrollbar if there are a lot of options */
.select__menu
{
max-height: initial;
}
/* No horizontal scrollbar, even if options are long */ /* No horizontal scrollbar, even if options are long */
.dropdown__panel { .dropdown__panel {
overflow-x: clip; overflow-x: clip;