This commit is contained in:
Mark Otto 2014-06-10 20:17:22 -07:00
parent 2fb31318d6
commit c0e82accad
5 changed files with 7 additions and 4 deletions

View file

@ -5313,8 +5313,7 @@ button.close {
left: 0;
z-index: 1050;
display: none;
overflow: auto;
overflow-y: scroll;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
@ -5331,6 +5330,10 @@ button.close {
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long