mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:25:22 +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) {
|
||||
margin-left: 0px;
|
||||
max-height: initial;
|
||||
overflow-y: auto;
|
||||
gap: 0.1rem 0.5rem;
|
||||
}
|
||||
|
||||
:host([rows]) ::part(tags) {
|
||||
overflow-y: auto;
|
||||
max-height: calc(var(--rows, 5) * 2.3em);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user