Et2Select: Fix extra scrollbar with rows=1, multiple, hover lots (> 8 or so) of rows

This commit is contained in:
nathan 2023-02-22 16:23:56 -07:00
parent 46389e72f7
commit 41cbb68de0

View File

@ -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);
}