How do you get a page to scroll vertically? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

How do you get a page to scroll vertically?

HTML, CSS

7th Mar 2018, 1:32 PM
Tafara Mbano
Tafara Mbano - avatar
2 Réponses
+ 2
body { overflow: scroll; } Use the overflow property. (https://www.w3schools.com/cssref/pr_pos_overflow.asp)
7th Mar 2018, 1:55 PM
Nigel Yong
Nigel Yong - avatar
+ 1
thanks Nigel but though the scroll bar is appearing the page is not responding
7th Mar 2018, 2:33 PM
Tafara Mbano
Tafara Mbano - avatar