Make Scrolling Smooooth
Make scrolling smooth....
I am currently using:
.startpage_mobilegrid_wrapper {
height: 320px;
overflow-y: scroll ;
}
To make a scroll area. However, that area now lacks the lovely standard smooth scroll experience -- it just scrolls when you actively scroll (i.e., as soon as you lift, it stops vs. flowing a little further).
Is there a way to get lovely scrolling back?