Skip to content

Commit 8ab9c7b

Browse files
committed
Change overflow scroll to auto in base dropdown
1 parent 7cf0ae4 commit 8ab9c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/base-dropdown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const selectedOption = computed(() =>
9797
background: #09090d;
9898
border-radius: 7px;
9999
border: 1px solid #ffffff10;
100-
overflow: scroll;
100+
overflow: auto;
101101
z-index: 20;
102102
103103
.dropdown__option {

0 commit comments

Comments
 (0)