mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
Et2Select: Fix unwanted tag scrollbars for some multiple selects
This commit is contained in:
parent
f68b1aae25
commit
399a0c1171
@ -116,11 +116,11 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
|||||||
::part(tags) {
|
::part(tags) {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
max-height: initial;
|
max-height: initial;
|
||||||
overflow-y: auto;
|
|
||||||
gap: 0.1rem 0.5rem;
|
gap: 0.1rem 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([rows]) ::part(tags) {
|
:host([rows]) ::part(tags) {
|
||||||
|
overflow-y: auto;
|
||||||
max-height: calc(var(--rows, 5) * 2.3em);
|
max-height: calc(var(--rows, 5) * 2.3em);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user