From b15b0b1177dfc3823036613477a681b186f1a9a6 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 18 May 2014 17:02:57 +0200 Subject: iOS 7 Statusbar Fix --- css/index.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css') diff --git a/css/index.css b/css/index.css index 17ff626..6503ac8 100644 --- a/css/index.css +++ b/css/index.css @@ -53,3 +53,7 @@ body { .pdfpage { overflow: auto; } + +body.iOS7 { + -webkit-transform: translate3d(0, 20px, 0); +} -- cgit v1.3.1