mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 23:40:05 +00:00
fix alligment, remove scrollbars, clean up layout to support desktop properly
This commit is contained in:
@@ -3,7 +3,7 @@ import SongItem from '../components/SongItem.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main class="flex-1 flex-col overflow-scroll">
|
||||
<main class="flex-1 flex-col overflow-y-scroll">
|
||||
<p>Coming Soon...</p>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user