bootstrap-modal
bootstrap-modal copied to clipboard
enable inertial scrolling of the whole page
Please add
-webkit-overflow-scrolling: touch;
after
https://github.com/jschr/bootstrap-modal/blob/master/css/bootstrap-modal.css#L37
It's generally a good idea to add this anywhere with overflow: auto/scroll
, until Apple wakes up and makes this default.
+1