Share Posted April 15, 2021 When I export this standard horizontal fake scroll example and view it in Chrome, there is a bit of a vertical bouncing at the start and at the end of the movement. There is no bounce, when running in Firefox or when running in Codepen's iFrame. What is the best way to prevent this effect? Using a dummy iFrame? Or is there a better solution? See the Pen dab3fba5dadb5e3fb8837f7151bbbfa4 by akapowl (@akapowl) on CodePen Link to comment Share on other sites More sharing options...
Solution Solution Share Posted April 15, 2021 That's a CSS thing: overscroll-behavior: none; https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior Is that what you mean? 2 Link to comment Share on other sites More sharing options...
Author Share Posted April 16, 2021 Works - thank you Jack. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now