Lately, I've been working on a project where I've incorporated elements with percentage heights. While this works smoothly on most browsers, I've encountered an issue with Chrome Mobile.
Essentially, when users scroll up on the page, the address bar becomes visible and adjusts the screen height. This alteration in height causes the elements to resize, resulting in a noticeable "jump" after the scrolling action ceases.
Is there a solution to prevent this behavior while still utilizing elements sized with viewport percentage?