0
How to enable scrolling in <div> (scrollbar is not visible)
I create hta application and disable main scrolling, i want to enable scrolling only the <div>(no scrollbar)
5 ответов
+ 1
height: 100vh;
overflow-y: hidden;
0
Thanks. Css is my life!!!
0
what is the difference between vh and px?
0
Px is absolute unit.
Vw / vh is relative unit.