fix: rollback to h-screen :)

This commit is contained in:
kunish 2023-09-05 03:11:43 +08:00
parent bfbfbe1df9
commit b68e0c62c0
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -39,7 +39,7 @@ export const App = () => {
return ( return (
<div <div
class="relative flex flex-col subpixel-antialiased p-safe min-h-screen-safe" class="relative flex h-screen flex-col subpixel-antialiased p-safe"
data-theme={curTheme()} data-theme={curTheme()}
> >
<Header /> <Header />