The height
of document
object is pixel, times percentage to convert into vh
// 10vh
document.documentElement.clientHeight * 0.1;
The height
of document
object is pixel, times percentage to convert into vh
// 10vh
document.documentElement.clientHeight * 0.1;