Et2Select: Let select option list get as big as it needs

This commit is contained in:
nathan 2023-11-15 09:38:54 -07:00
parent a9fcf05fab
commit 5a02959468

View File

@ -184,7 +184,6 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
min-width: fit-content;
border-radius: var(--sl-border-radius-small);
border: 1px solid var(--sl-color-neutral-200);
max-height: 15em;
overflow-y: auto;
}