Skip to content

Commit

Permalink
Remove -webkit-overflow-scrolling: touch due to an iOS Safari bug (t…
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert authored and mdo committed Oct 4, 2016
1 parent 2e69dfa commit 1ca6c9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scss/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
// Prevent Chrome on Windows from adding a focus outline. For details, see
// https://github.com/twbs/bootstrap/pull/10951.
outline: 0;
-webkit-overflow-scrolling: touch;
// We deliberately don't use `-webkit-overflow-scrolling: touch;` due to a
// gnarly iOS Safari bug: https://bugs.webkit.org/show_bug.cgi?id=158342
// See also https://github.com/twbs/bootstrap/issues/17695

// When fading in the modal, animate it to slide down
&.fade .modal-dialog {
Expand Down

0 comments on commit 1ca6c9d

Please sign in to comment.