feat: add padding-bottom safe-area

This commit is contained in:
kunish 2023-09-05 02:58:52 +08:00
parent c53d9624ca
commit a55ec6f7b1
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 h-screen flex-col subpixel-antialiased p-safe" class="relative flex h-screen flex-col subpixel-antialiased pb-safe"
data-theme={curTheme()} data-theme={curTheme()}
> >
<Header /> <Header />