Units
innerHeight property returns the height of the content area of a window
vh = 1% of the height of the viewport size
5 Units can be used with CSS to fix mobile issues; if you use a unit that does not match the innerheight, the user visiting your site may not see some absolute or fixed buttons because they are hidden by the navigation bar.
One of the browsers most affected by this problem is Webkit-based, so several units have been introduced over the years to compensate for the problem.
These tests can be used to check the value of each unit.