mhulse / css-issues

Practical CSS code snippets and examples.
11 stars 1 forks source link

How to make height 100vh for zoom of 120% #220

Open JenuelDev opened 1 year ago

JenuelDev commented 1 year ago

so I have this:

body {
    zoom: 120%;
}

but when I apply `100vh on my div, it seems it's not doing its job. its seems 100vh also grows as the zoom grows