Skip to content

Commit b4129e4

Browse files
refactor: only focus on header button skeleton
1 parent e08716f commit b4129e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/Skeleton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<!-- Sidebar — matches area-sidebar in [...name].vue -->
179179
<div class="area-sidebar">
180180
<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)])"
181+
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)])"
182182
>
183183
<div class="flex flex-col gap-4 sm:gap-6 xl:pt-4">
184184
<!-- Download stats — matches CollapsibleSection + sparkline skeleton -->

0 commit comments

Comments
 (0)