How to make the Div scroll? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make the Div scroll?

How do i get the middle div to scroll past the header while the others stay in place? I want the middle div to move upwards instead of the whole page moving down. https://code.sololearn.com/WACzXt5fQyVK/#

3rd Jul 2019, 6:22 PM
Tyrell Reid
Tyrell Reid - avatar
2 Answers
+ 1
div{ overflow: scroll; }
4th Jul 2019, 2:34 PM
Ilia Sichinava
Ilia Sichinava - avatar
+ 1
I'm trying to make the entire div move not the content inside
4th Jul 2019, 6:04 PM
Tyrell Reid
Tyrell Reid - avatar