Skip to content

Commit df24051

Browse files
committed
feat(combo): fix indigo dropdown initial height
1 parent 6ae20ca commit df24051

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/combo/_combo-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
overflow: hidden;
103103
max-height: calc(var(--size) * 6);
104104

105+
@if $variant == 'indigo' {
106+
max-height: calc(var(--size) * 6 + rem(10px));
107+
}
108+
105109
&:focus {
106110
outline: transparent;
107111
}

0 commit comments

Comments
 (0)