Skip to content

Commit 19b174e

Browse files
committed
fix: map on desktop
1 parent 559146e commit 19b174e

2 files changed

Lines changed: 64 additions & 3 deletions

File tree

bun.lock

Lines changed: 62 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/desktop/src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export default function RootLayout({
1212
children: React.ReactNode
1313
}) {
1414
return (
15-
<html lang="zh-TW">
16-
<body>{children}</body>
15+
<html lang="zh-TW" className="h-full">
16+
<body className="h-full m-0 p-0">{children}</body>
1717
</html>
1818
)
1919
}

0 commit comments

Comments
 (0)