From 8a0a1a65b1e9594e5e3bee2a73c7690c0589a008 Mon Sep 17 00:00:00 2001 From: Luiza Pagliari Date: Tue, 7 Jul 2015 15:20:18 -0300 Subject: [PATCH] Adding missing code to make toolbar be fixed on top/bottom of the screen for iOS devices. This commit complements 9ccaeb5. --- src/static/css/pad.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/static/css/pad.css b/src/static/css/pad.css index d21e84dd..1e43ab96 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -216,6 +216,10 @@ li[data-key=showusers] > a #online_count { right: 0px; bottom: 0px; z-index: 1; + + /* Required to fix toolbar on top/bottom of the screen on iOS: */ + overflow: scroll; + -webkit-overflow-scrolling: touch; } #editorcontainer iframe { height: 100%;