Skip to content

Commit 86a6a15

Browse files
committed
Fix issue scrolling on the add to playlist dialog
1 parent 9c65298 commit 86a6a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/default/AddToPlaylistDialog.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
{{ $t("add_playlist") }}
1515
</SheetDescription>
1616

17-
<ScrollArea class="flex-1">
18-
<div class="py-2">
17+
<ScrollArea class="h-full max-h-full overflow-hidden flex-1">
18+
<div class="pt-2 pb-8">
1919
<button
2020
v-for="playlist of playlists"
2121
:key="playlist.item_id"

0 commit comments

Comments
 (0)