]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
hidden and auto 13785/head
authorMark Otto <otto@github.com>
Wed, 11 Jun 2014 02:20:56 +0000 (19:20 -0700)
committerMark Otto <otto@github.com>
Wed, 11 Jun 2014 02:20:56 +0000 (19:20 -0700)
less/modals.less

index d9aa0e2cedee30a7edf22ba61a2d1ed9032ac6c5..6da50ba929d29cdf0f99436c900a9370f03cedca 100644 (file)
@@ -36,8 +36,8 @@
   &.in .modal-dialog { .translate3d(0, 0, 0) }
 }
 .modal-open .modal {
-  overflow: auto;
-  overflow-y: scroll;
+  overflow-x: hidden;
+  overflow-y: auto;
 }
 
 // Shell div to position the modal with bottom padding