fix: clipped active menu item indicator

This commit is contained in:
Phan An 2024-04-23 22:32:27 +02:00
parent 90c746c8b5
commit ece143aa04

View file

@ -2,7 +2,7 @@
<nav
v-koel-clickaway="closeIfMobile"
:class="{ collapsed: !expanded, 'tmp-showing': tmpShowing, showing: mobileShowing }"
class="flex flex-col pb-4 fixed md:relative w-full md:w-k-sidebar-width z-10"
class="flex flex-col fixed md:relative w-full md:w-k-sidebar-width z-10"
@mouseenter="onMouseEnter"
@mouseleave="onMouseLeave"
>
@ -10,7 +10,7 @@
<SearchForm />
</section>
<section v-koel-overflow-fade class="py-0 overflow-y-auto space-y-8">
<section v-koel-overflow-fade class="pt-2 pb-10 overflow-y-auto space-y-8">
<SidebarYourMusicSection />
<SidebarPlaylistsSection />
<SidebarManageSection v-if="showManageSection" />