更新 VerticalNav.vue

This commit is contained in:
jxxghp
2023-09-19 14:56:52 +08:00
committed by GitHub
parent aee2a5a161
commit 3d54e5d965

View File

@@ -75,7 +75,7 @@ function handleNavScroll(evt: Event) {
<slot />
</PerfectScrollbar>
<ul
class="nav-items"
class="nav-items overflow-auto"
>
<slot />
</ul>