You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
The
min-height: -webkit-fill-available;
part ofmin-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?
The text was updated successfully, but these errors were encountered: