0
Why header tag contained max-height with value 100vh, is not height as my screen??
I have problem with sizing my header section... The value of 100vh is equal to 100% height of my screen no? Thanks for any help !!
3 Respostas
+ 6
Due to Code Playground's interface, 100vh may include some frame. I usually go for ≈90vh. 100vh lets me scroll vertically a bit.
+ 2
Yes it is. It's percent from your viewport.
0
thank I found a problem, in max-height property (should be "Height" instead) :)