Commit 0fcaca86 authored by Joah Gerstenberg's avatar Joah Gerstenberg

Fixes #11669 - Adds smooth modal scrolling on iOS by default

parent cc6951fa
......@@ -23,6 +23,7 @@
bottom: 0;
left: 0;
z-index: @zindex-modal-background;
-webkit-overflow-scrolling: touch;
// When fading in the modal, animate it to slide down
&.fade .modal-dialog {
......
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