Skip to content

Commit

Permalink
Fix Safari on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
JHWelch committed Apr 12, 2024
1 parent 94da921 commit 9732419
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

/* Support Safri on iOS */
@supports (-webkit-touch-callout: none) {
.min-h-screen {
min-height: -webkit-fill-available;
}
}

0 comments on commit 9732419

Please sign in to comment.