mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Et2Select: Fix unwanted tag scrollbars for some multiple selects
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user