mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-07-10 11:26:51 +02:00
Et2Select: Fix extra scrollbar with rows=1, multiple, hover lots (> 8 or so) of rows
This commit is contained in:
@ -113,7 +113,7 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
|||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([rows]) .select__tags {
|
:host([rows]) .select__control > .select__label > .select__tags {
|
||||||
max-height: calc(var(--rows, 5) * 29px);
|
max-height: calc(var(--rows, 5) * 29px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user