small css updates

This commit is contained in:
2025-07-17 20:29:33 +02:00
parent 7c29f64f6d
commit c5cf6ac3c2
5 changed files with 5 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ onMounted(async () => {
<template>
<div
ref="containerRef"
class="flex-1 flex-col overflow-y-scroll song-container"
class="flex-1 flex-col overflow-y-scroll song-container"
>
<SongItem v-for="(song, index) in songs" :key="index" :song="song" />
</div>