From: Mark Otto Date: Tue, 16 Jul 2013 18:26:48 +0000 (-0700) Subject: remove webkit-overflow-scrolling from modal for now /cc #8495 X-Git-Tag: v3.0.0-rc1~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=522004e67ae72d48ae6a2aadc304cfdb2af4e92e;p=thirdparty%2Fbootstrap.git remove webkit-overflow-scrolling from modal for now /cc #8495 --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 168d6c3894..0bd1dba158 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3471,7 +3471,6 @@ button.close { display: none; overflow: auto; overflow-y: scroll; - -webkit-overflow-scrolling: touch; } .modal.fade { diff --git a/less/modals.less b/less/modals.less index 144588a7bf..d791210973 100644 --- a/less/modals.less +++ b/less/modals.less @@ -23,7 +23,6 @@ bottom: 0; left: 0; z-index: @zindex-modal-background; - -webkit-overflow-scrolling: touch; // When fading in the modal, animate it to slide down &.fade {