Skip to content

Commit 5dd4fe4

Browse files
committed
fix: package sidebar glitching
1 parent 704987b commit 5dd4fe4

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
@@ -1168,7 +1168,7 @@ onKeyStroke(
11681168
<div class="area-sidebar">
11691169
<!-- Sidebar -->
11701170
<div
1171-
class="sidebar-scroll sticky top-34 space-y-6 sm:space-y-8 min-w-0 overflow-y-auto pr-2.5 hover:pr-0.5 lg:(max-h-[calc(100dvh-8.5rem)] overscroll-contain) xl:(top-22 pt-2 max-h-[calc(100dvh-6rem)])"
1171+
class="sidebar-scroll sticky top-34 space-y-6 sm:space-y-8 min-w-0 overflow-y-auto pr-2.5 lg:(max-h-[calc(100dvh-8.5rem)] overscroll-contain) xl:(top-22 pt-2 max-h-[calc(100dvh-6rem)])"
11721172
>
11731173
<!-- Maintainers (with admin actions when connected) -->
11741174
<PackageMaintainers :package-name="pkg.name" :maintainers="pkg.maintainers" />

0 commit comments

Comments
 (0)