From fd0a81a57ab9976a0c6a423498c0405357c7816c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 10 Jun 2014 19:20:56 -0700 Subject: [PATCH] hidden and auto --- less/modals.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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