forked from extern/egroupware
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;
|
||||
}
|
||||
|
||||
:host([rows]) .select__tags {
|
||||
:host([rows]) .select__control > .select__label > .select__tags {
|
||||
max-height: calc(var(--rows, 5) * 29px);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user