Im' having different sections on my website and I want some of them to take the full viewport height.
So I size with height: 100vh;
On Chrome iOS, this results in the content slightly "jumping vertically" whenever the address bar is hidden or displayed again. In particular, this happens whenever user scrolls in one direction then in another direction.
You can see an example here (to look on Chrome mobile browser): www.PlasticPalacePeople.com
Any idea how to solve that? (and, ideally, to keep my sections taking the full viewport height)
P.S.: there seems to be no problem with Safari for iOS and embedded Facebook web browser
Thank you