0
How to set an element to viewport but still scroll
I am working on a project. I am struggling to set the height of the welcome section to the viewport and scroll to see rest of page. Code below. .welcome { Background-color: #fffff; Height: 100vh; Width: 100%; }
2 odpowiedzi
+ 2
Try add
overflow:scroll;
+ 1
I will give that a try.
Thanks, didn't think of that