Skip to content

Commit

Permalink
Mobile improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
KiraLT committed Nov 10, 2023
1 parent c60f8e2 commit 8504788
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
@tailwind components;
@tailwind utilities;

html {
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);
}

#disqus_thread iframe {
color-scheme: light;
}

0 comments on commit 8504788

Please sign in to comment.