mirror of
https://github.com/koel/koel
synced 2025-02-17 13:58:28 +00:00
fix: clipped active menu item indicator
This commit is contained in:
parent
90c746c8b5
commit
ece143aa04
1 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue