From 0fcaca86b57bf3a4fa2c8f709e90499c92e0db73 Mon Sep 17 00:00:00 2001 From: Joah Gerstenberg Date: Mon, 2 Dec 2013 14:56:23 -0600 Subject: [PATCH] Fixes #11669 - Adds smooth modal scrolling on iOS by default --- less/modals.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/modals.less b/less/modals.less index e65dbf7f17..bfb80c2821 100644 --- a/less/modals.less +++ b/less/modals.less @@ -23,7 +23,8 @@ bottom: 0; left: 0; z-index: @zindex-modal-background; - + -webkit-overflow-scrolling: touch; + // When fading in the modal, animate it to slide down &.fade .modal-dialog { .translate(0, -25%); -- 2.47.2