mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[WEB-4173]fix: fixed layout overflow issue #7119
This commit is contained in:
@@ -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}</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user