Skip to content

Conversation

zatteo
Copy link
Member

@zatteo zatteo commented Sep 26, 2025

We used 100vh to set the root height but Chrome Mobile does not take into account the URL bar in 100vh whereas this URL bar can change the available height when it is displayed or not.

We need to set 100% to the html element to be responsive to the real available height (see https://developer.chrome.com/blog/url-bar-resizing)

We used 100vh to set the root height but Chrome Mobile
does not take into account the URL bar in 100vh whereas this
URL bar can change the available height when it is displayed
or not.
We need to set 100% to the html element to be responsive to the
real available height (see https://developer.chrome.com/blog/url-bar-resizing)
@zatteo zatteo requested a review from JF-Cozy as a code owner September 26, 2025 06:44
@zatteo zatteo merged commit f24515c into master Sep 26, 2025
1 check passed
@zatteo zatteo deleted the fix/iframe-height-mobile branch September 26, 2025 07:17
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

Successfully merging this pull request may close these issues.

2 participants