[WEB-4173]fix: fixed layout overflow issue #7119
This commit is contained in:
parent
84fc81dd98
commit
7cb5a9120a
2 changed files with 3 additions and 3 deletions
|
|
@ -23,9 +23,9 @@ export const viewport: Viewport = {
|
|||
|
||||
export default function AppLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<section>
|
||||
<>
|
||||
<PreloadResources />
|
||||
{children}
|
||||
</section>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ export const viewport: Viewport = {
|
|||
|
||||
export default function HomeLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<section>{children}</section>
|
||||
<>{children}</>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue