Commit c0e82acc authored by Mark Otto's avatar Mark Otto
Browse files

grunt

parent 2fb31318
Showing with 7 additions and 4 deletions
+7 -4
...@@ -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;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
Supports Markdown
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