Skip to content

Commit dfbd7ff

Browse files
committed
feat: add sound selector maximum height
1 parent a4e6d19 commit dfbd7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/dashboard/sound/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const hasExistedSounds = computed(() =>
7575
"
7676
/>
7777
</SelectTrigger>
78-
<SelectContent>
78+
<SelectContent class="max-h-[42vh]">
7979
<SelectGroup>
8080
<SelectItem v-for="s in sounds" :key="s.value" :value="s.value">
8181
{{ s.name }}

0 commit comments

Comments
 (0)