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%;