Skip to content

Commit f850718

Browse files
authored
fix: setting max-height for multi select options container (#1315)
1 parent 70291d9 commit f850718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/components/src/multi-select/multi-select.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
min-width: 120px;
9090
display: flex;
9191
height: 100%;
92+
max-height: 360px;
9293
flex-direction: column;
9394

9495
.divider {

0 commit comments

Comments
 (0)