mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02:00
Et2Select: Fix unwanted tag scrollbars for some multiple selects
This commit is contained in:
parent
4159e2493c
commit
c6485ebd4f
@ -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…
x
Reference in New Issue
Block a user