Skip to content

Commit 2900ce3

Browse files
authored
fix: package sidebar glitching (#947)
1 parent 6f5d8b6 commit 2900ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/package/[...package].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ onKeyStroke(
11861186
<div class="area-sidebar">
11871187
<!-- Sidebar -->
11881188
<div
1189-
class="sidebar-scroll sticky top-34 space-y-6 sm:space-y-8 min-w-0 overflow-y-auto pe-2.5 hover:pe-0.5 lg:(max-h-[calc(100dvh-8.5rem)] overscroll-contain) xl:(top-22 pt-2 max-h-[calc(100dvh-6rem)])"
1189+
class="sidebar-scroll sticky top-34 space-y-6 sm:space-y-8 min-w-0 overflow-y-auto pe-2.5 lg:(max-h-[calc(100dvh-8.5rem)] overscroll-contain) xl:(top-22 pt-2 max-h-[calc(100dvh-6rem)])"
11901190
>
11911191
<!-- Maintainers (with admin actions when connected) -->
11921192
<PackageMaintainers :package-name="pkg.name" :maintainers="pkg.maintainers" />

0 commit comments

Comments
 (0)