Skip to content

Commit 90eba79

Browse files
committed
made Content of AppLayout size-full and overlfow-hidden
1 parent ca9282f commit 90eba79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/src/layouting/AppLayout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ function Content({
313313
return (
314314
<section
315315
className={twMerge(
316-
"relative grid h-full min-h-0 w-full",
316+
"relative grid size-full min-h-0 overflow-hidden",
317317
className,
318318
)}
319319
data-layout-content="true"
@@ -343,7 +343,7 @@ function Main({
343343
return (
344344
<main
345345
className={twMerge(
346-
"relative m-0 box-border min-h-0 w-full",
346+
"relative m-0 box-border min-h-0 size-full overflow-hidden",
347347
className,
348348
)}
349349
data-layout-main="true"

0 commit comments

Comments
 (0)