100vh height when address bar is shown - Chrome Mobile
问题 I came across this problem a few times and was wondering if there was a solution to this problem. My problem occurs on the Chrome mobile app. There, you can scroll down a bit and the adress bar disappears. So far, so good, let's make an example: The containers height is set to 100vh . As you can see, the bottom part gets cut off. When I scroll down, it looks like this: Now it looks good. So obviously Chrome calculates the address bars height into the viewport height. So my question is: Is