mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 15:08:33 +01:00
Et2Select: Let select option list get as big as it needs
This commit is contained in:
parent
a9fcf05fab
commit
5a02959468
@ -184,7 +184,6 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
|||||||
min-width: fit-content;
|
min-width: fit-content;
|
||||||
border-radius: var(--sl-border-radius-small);
|
border-radius: var(--sl-border-radius-small);
|
||||||
border: 1px solid var(--sl-color-neutral-200);
|
border: 1px solid var(--sl-color-neutral-200);
|
||||||
max-height: 15em;
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user