Commit c0e82acc authored by Mark Otto's avatar Mark Otto

grunt

parent 2fb31318
...@@ -5313,8 +5313,7 @@ button.close { ...@@ -5313,8 +5313,7 @@ button.close {
left: 0; left: 0;
z-index: 1050; z-index: 1050;
display: none; display: none;
overflow: auto; overflow: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
outline: 0; outline: 0;
} }
...@@ -5331,6 +5330,10 @@ button.close { ...@@ -5331,6 +5330,10 @@ button.close {
-o-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
} }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog { .modal-dialog {
position: relative; position: relative;
width: auto; width: auto;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment