Fix for stuttering scroll on iOS

-webkit-overflow-scrolling: touch; // fix for stuttering scroll on iOS
Sometimes, when you have an element within another elemebt that has `overflow: auto property`, the scroll won't be as smooth as expected, add this line to bring back the smoothness. ????

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.