fix: use min-h-screen-safe instead of h-screen

This commit is contained in:
kunish 2023-09-05 03:09:09 +08:00
parent 4a824f1203
commit 6f366fe836
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

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