Et2Select: No horizontal scrollbar on options

This commit is contained in:
nathan 2022-07-26 09:12:52 -06:00
parent dee28cb53f
commit c45661bbe4

View File

@ -86,6 +86,10 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
{
max-height: initial;
}
/* No horizontal scrollbar, even if options are long */
.dropdown__panel {
overflow-x: clip;
}
/** multiple=true uses tags for each value **/
/* styling for icon inside tag (not option) */