Skip to content

Commit b0d730b

Browse files
authored
fix(select): content overflow (#77)
1 parent 691c231 commit b0d730b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/select/index.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464

6565
.content {
6666
padding: .25rem;
67+
max-height: 50dvh;
68+
overflow-y: auto;
6769

6870
.select-list {
6971
outline: none !important;

0 commit comments

Comments
 (0)