0
I wanted to leave the absolute scroll to the div, as they do on the post pages of Mega Curious site, on the left bar where there are indications of other materials.
I tapped into the guys' source code, but I couldn’t find any Javascript or plugin that was doing this service, or even a CSS.
Can someone help me how to do this?
That just seems like a
divwith closed height, content greater than height andoverflow-y: scroll;. No Javascript. Take a look here: http://jsfiddle.net/yrLea844/ <-- this is what you were looking for?– Sergio