I am building a website for users which may use IE browsers. There are plenty fallbacks and polyfills in my code. For these 2 cases:
height: 100vh
and width: 100vw
, I plan to use a very high number in px
and override overflows with overflow: hidden
. I am wondering if there is a neater trick for this particular case.