[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: package sidebar glitching (#947)

authored by

abeer0 and committed by
GitHub
2900ce3b 6f5d8b6f

+1 -1
+1 -1
app/pages/package/[...package].vue
··· 1186 1186 <div class="area-sidebar"> 1187 1187 <!-- Sidebar --> 1188 1188 <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)])" 1190 1190 > 1191 1191 <!-- Maintainers (with admin actions when connected) --> 1192 1192 <PackageMaintainers :package-name="pkg.name" :maintainers="pkg.maintainers" />