Set a max height for select tags

This commit is contained in:
hadi 2023-03-31 14:07:30 +02:00
parent 73723eff5a
commit c4809386e1

View File

@ -182,6 +182,10 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
::part(display-label) {
margin: 0;
}
:host::part(display-label) {
max-height: 8em;
overflow-y: auto;
}
`
];
}