Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Views are always scrolling over the end when applying min-h-screen-safe #11

Open
phaberest opened this issue Mar 5, 2024 · 1 comment

Comments

@phaberest
Copy link

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?

@mvllow
Copy link
Owner

mvllow commented Mar 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants