From 18e1b2e478c60078b92f1bd2188b171803d4f012 Mon Sep 17 00:00:00 2001 From: craigstroman Date: Wed, 27 Jul 2016 08:27:45 -0400 Subject: [PATCH] Text-editor overflow hidden on iPad. --- client/less/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/less/main.less b/client/less/main.less index bb6c33e3d2..e5979352de 100644 --- a/client/less/main.less +++ b/client/less/main.less @@ -1175,7 +1175,7 @@ and (max-width : 400px) { font-size: 17px; } -// Challange editor CSS for iOS. Issue 9104. + .editorScrollDiv { -webkit-overflow-scrolling: touch; }