From: Mark Otto Date: Wed, 11 Jun 2014 02:20:56 +0000 (-0700) Subject: hidden and auto X-Git-Tag: v3.2.0~90^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd0a81a57ab9976a0c6a423498c0405357c7816c;p=thirdparty%2Fbootstrap.git hidden and auto --- diff --git a/less/modals.less b/less/modals.less index d9aa0e2ced..6da50ba929 100644 --- a/less/modals.less +++ b/less/modals.less @@ -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