From 0677501d0bb2bf552f739599af3cd3f99682bfdd Mon Sep 17 00:00:00 2001 From: Luiza Pagliari Date: Tue, 4 Aug 2015 07:46:46 -0700 Subject: [PATCH] Removing style that makes editor scroll to the top on iOS without any action from the user --- src/static/css/pad.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 1e43ab96d..5764c5e4a 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -217,8 +217,7 @@ li[data-key=showusers] > a #online_count { bottom: 0px; z-index: 1; - /* Required to fix toolbar on top/bottom of the screen on iOS: */ - overflow: scroll; + /* Required to be able to scroll on iOS: */ -webkit-overflow-scrolling: touch; } #editorcontainer iframe {