mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-19 08:26:52 +02:00
Et2Select: Fix extra scrollbar with rows=1, multiple, hover lots (> 8 or so) of rows
This commit is contained in:
parent
46389e72f7
commit
41cbb68de0
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user