]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove webkit-overflow-scrolling from modal for now /cc #8495
authorMark Otto <otto@github.com>
Tue, 16 Jul 2013 18:26:48 +0000 (11:26 -0700)
committerMark Otto <otto@github.com>
Tue, 16 Jul 2013 18:26:48 +0000 (11:26 -0700)
docs/assets/css/bootstrap.css
less/modals.less

index 168d6c38941cbe84231ad9cf3c838ee584e05e1a..0bd1dba158be9d22a6f795d3ac7cba6b5693dcd2 100644 (file)
@@ -3471,7 +3471,6 @@ button.close {
   display: none;
   overflow: auto;
   overflow-y: scroll;
-  -webkit-overflow-scrolling: touch;
 }
 
 .modal.fade {
index 144588a7bfea40d015cd1f2c85282cca7990d83b..d7912109738f7b2463900e0cc8cf811fc4980f43 100644 (file)
@@ -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 {