Skip to content

Commit

Permalink
fix(manage): arrangement panel height
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Sep 27, 2024
1 parent 2fdb166 commit 6534029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/manage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ onMounted(async () => {
</UiTooltip>
</UiTooltipProvider>
<div v-else>
<UiScrollArea class="lg:h-[calc(100vh-12rem)]">
<UiScrollArea class="lg:h-[calc(100vh-10rem)]">
<VueDraggable
v-model="arrangement.songs"
:delay="isDesktop ? 0 : 150" target=".sort-target" :animation="400"
Expand Down

0 comments on commit 6534029

Please sign in to comment.