diff --git a/src/style.css b/src/style.css index b5c61c9..2a3c086 100644 --- a/src/style.css +++ b/src/style.css @@ -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; + } +}