We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c465e0 commit 68472c1Copy full SHA for 68472c1
src/components/combo/themes/combo.base.scss
@@ -73,7 +73,7 @@
73
}
74
75
[part='list'] {
76
- min-height: rem(200px) !important;
+ min-height: calc(var(--size) * 6) !important;
77
outline-style: none;
78
79
src/components/combo/themes/shared/combo.indigo.scss
@@ -61,6 +61,10 @@ $dropdown-theme: dropdown-theme.$indigo;
61
62
63
64
+[part='list'] {
65
+ min-height: calc(var(--size) * 6 + rem(10px)) !important;
66
+}
67
+
68
[part='filter-input'] {
69
padding: pad-inline(rem(12px));
70
0 commit comments