mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 19:08:44 +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;
|
||||
}
|
||||
|
||||
:host([rows]) .select__tags {
|
||||
:host([rows]) .select__control > .select__label > .select__tags {
|
||||
max-height: calc(var(--rows, 5) * 29px);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user