Commit 522004e6 authored by Mark Otto's avatar Mark Otto
Browse files

remove webkit-overflow-scrolling from modal for now /cc #8495

parent ced641b1
Showing with 0 additions and 2 deletions
+0 -2
......@@ -3471,7 +3471,6 @@ button.close {
display: none;
overflow: auto;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.modal.fade {
......
......@@ -23,7 +23,6 @@
bottom: 0;
left: 0;
z-index: @zindex-modal-background;
-webkit-overflow-scrolling: touch;
// When fading in the modal, animate it to slide down
&.fade {
......
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