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 8cd4074 commit fb51af0Copy full SHA for fb51af0
app/components/Package/Skeleton.vue
@@ -176,7 +176,7 @@
176
<!-- Sidebar — matches area-sidebar in [...name].vue -->
177
<div class="area-sidebar">
178
<div
179
- 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)])"
+ 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)])"
180
>
181
<div class="flex flex-col gap-4 sm:gap-6 xl:pt-4">
182
<!-- Download stats — matches CollapsibleSection + sparkline skeleton -->
0 commit comments