Skip to content

Commit 750479b

Browse files
committed
Fix iPhone docs header stutter
1 parent 33ab3a1 commit 750479b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/LibraryLayout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ export function LibraryLayout({
14771477
data-docs-layout
14781478
data-docs-menu-open={showLargeMenu ? 'true' : undefined}
14791479
className={twMerge(
1480-
'flex w-full flex-col [overflow-x:clip] md:min-h-[calc(100dvh-var(--navbar-height))] transition-all duration-300',
1480+
'flex w-full flex-col md:min-h-[calc(100dvh-var(--navbar-height))] transition-all duration-300',
14811481
isLandingPage && 'bg-background-default text-text-primary',
14821482
)}
14831483
>
@@ -1487,7 +1487,7 @@ export function LibraryLayout({
14871487
{largeMenu}
14881488
<div
14891489
className={twMerge(
1490-
'flex flex-col max-w-full min-w-0 flex-1 min-h-0 relative',
1490+
'relative flex min-h-0 min-w-0 max-w-full flex-1 flex-col [overflow-x:clip]',
14911491
)}
14921492
>
14931493
<div

0 commit comments

Comments
 (0)