We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08716f commit b4129e4Copy full SHA for b4129e4
app/components/Package/Skeleton.vue
@@ -178,7 +178,7 @@
178
<!-- Sidebar — matches area-sidebar in [...name].vue -->
179
<div class="area-sidebar">
180
<div
181
- class="space-y-6 sm:space-y-8 min-w-0 pe-2.5 lg:(max-h-[calc(100dvh-8.5rem)] overscroll-contain) xl:(max-h-[calc(100dvh-6rem)])"
+ class="sticky top-30 xl:top-14 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:(max-h-[calc(100dvh-6rem)])"
182
>
183
<div class="flex flex-col gap-4 sm:gap-6 xl:pt-4">
184
<!-- Download stats — matches CollapsibleSection + sparkline skeleton -->
0 commit comments