_page.scss
1.81 KB
-
scrollbar: fixes continuation scrolling for iOS · 76c87d1a
The -webkit-overflow-scrolling is an iOS only property: https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-overflow-scrolling that turns on momementum/continuation scrolling for iOS devices. This means that when swiping, the scroll continues for a half second rather than instantly stopping the scroll when the user lifts their finger from the screen.
Daniel Lee committed