Skip to content

Commit

Permalink
fix: use min-h-screen-safe instead of h-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Sep 4, 2023
1 parent 4a824f1 commit 6f366fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit 6f366fe

Please sign in to comment.