Skip to content

Commit c335c46

Browse files
authored
fix: combo-box dropdown overflow-x (#860)
1 parent ee7bd72 commit c335c46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/components/src/combo-box/combo-box.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108

109109
.option-list {
110110
overflow-y: auto;
111+
overflow-x: hidden;
111112
height: 100%;
112113
}
113114

0 commit comments

Comments
 (0)