hidden and auto

This commit is contained in:
Mark Otto 2014-06-10 19:20:56 -07:00
parent 54939ef0f0
commit fd0a81a57a
1 changed files with 2 additions and 2 deletions

View 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