aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/modals.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less
index e65dbf7f1..bfb80c282 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -23,7 +23,8 @@
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 {
.translate(0, -25%);