diff --git a/scss/_modal.scss b/scss/_modal.scss index 5443ef124db5..bc29f9458958 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -27,6 +27,7 @@ // 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