-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please make modals scroll smoothly on iOS by default. #11669
Labels
Comments
Problem is (and you should be able to find this by search) that if we add it, any page with a |
Yeah I think having the ability to scroll around faster generally is better than just being able to scroll to the top quickly. It should still likely be something that is configurable though. |
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Apr 11, 2014
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Nov 4, 2014
cvrebert
added a commit
that referenced
this issue
Apr 27, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Modals in Bootstrap use overflow scrolling which is very janky on iOS if you’re used to native rubber band scrolling.
Adding
-webkit-overflow-scrolling: touch;
to the.modal
selector gives you silky smooth scrolling back again. I believe this should be default behaviour, and perhaps configurable via variables.The text was updated successfully, but these errors were encountered: