Please make modals scroll smoothly on iOS by default.
Created by: mmilo
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.