tailwindcss-safe-area
tailwindcss-safe-area copied to clipboard
Views are always scrolling over the end when applying min-h-screen-safe
The min-height: -webkit-fill-available; part of min-h-screen-safe makes the page be scrollable over the end, even if the content is occupying less than half of it.
I'm using a calc instead of the utility class to overcome this issue, but would it make sense to have a class that doesn't imply adding that part?
Thanks for the report. Where are you experiencing this? Desktop vs mobile & which browser? I don't mind removing WebKit fill or making it its own helper—I've only needed the WebKit fill for PWAs on mobile but haven't experienced any overscroll outside of that