File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments