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

Minimum height is too large in recent mobile browsers #35

Closed
ldeso opened this issue Dec 29, 2023 · 1 comment
Closed

Minimum height is too large in recent mobile browsers #35

ldeso opened this issue Dec 29, 2023 · 1 comment

Comments

@ldeso
Copy link
Owner

ldeso commented Dec 29, 2023

When viewing the site with a recent mobile browser that has a retractable navigation bar, the minimum page height is too large and requires scrolling. This is because recent mobile browsers compute the CSS length 100vh as if their navigation bar would be hidden even though the bar is visible by default. This can be fixed by using a relative length unit based on viewport such as 100svh.

@ldeso
Copy link
Owner Author

ldeso commented Dec 29, 2023

Fixed in v1.0.2.

@ldeso ldeso closed this as completed Dec 29, 2023
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

1 participant