OiO.lk Blog CSS How to make a div scrollable but the rest of the page stay put? (CSS)
CSS

How to make a div scrollable but the rest of the page stay put? (CSS)


I have a div with a list of items that sometimes exceeds the page’s height. I want the div to be scrollable while the content on the rest of the page stays put.

I tried adding "overflow-x: scroll" to the div, but that didn’t do anything. Thanks!



You need to sign in to view this answers

Exit mobile version