File tree Expand file tree Collapse file tree
pages/package/[[org]]/[name] Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ useShortcuts({
235235 </header >
236236 <div
237237 ref =" header"
238- class =" w-full bg-bg sticky top-14 z-10 border-b border-border pt-2"
238+ class =" w-full bg-bg sticky top-0 sm:top- 14 z-10 border-b border-border pt-2"
239239 :class =" [$style.packageHeader]"
240240 data-testid =" package-subheader"
241241 >
Original file line number Diff line number Diff line change 1919 </div >
2020 </header >
2121
22- <div class =" w-full bg-bg sticky top-14 z-10 border-b border-border pt-2" >
22+ <div class =" w-full bg-bg sticky top-0 sm:top- 14 z-10 border-b border-border pt-2" >
2323 <div class =" w-full container flex flex-col md:flex-row-reverse flex-wrap gap-2 justify-between" >
2424 <!-- Version -->
2525 <span class =" inline-flex items-baseline font-mono text-base sm:text-lg shrink-0" >
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ const flatItems = computed<FlatItem[]>(() => {
271271<template >
272272 <main class =" flex-1 flex flex-col" >
273273 <!-- Header -->
274- <header class =" border-b border-border bg-bg sticky top-14 z-20" >
274+ <header class =" border-b border-border bg-bg sticky top-0 sm:top- 14 z-20" >
275275 <div class =" container py-3 flex items-center justify-between gap-4" >
276276 <div class =" flex items-center gap-2 min-w-0" >
277277 <NuxtLink
You can’t perform that action at this time.
0 commit comments