Skip to content

Commit

Permalink
safe area
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor on Mac committed Feb 28, 2024
1 parent 077eca8 commit 0ddca6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.twee
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,8 @@ External script loading module

/* ####################HTML ELEMENTS#################### */
html {
height: 100%;
min-height: calc(100% + env(safe-area-inset-top));
padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

html * {
Expand Down

0 comments on commit 0ddca6e

Please sign in to comment.