diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-18 17:02:57 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:01:29 +0200 |
| commit | b15b0b1177dfc3823036613477a681b186f1a9a6 (patch) | |
| tree | 7a2f4ccab33e67654d78c51411fb4068d19e59a6 /css/index.css | |
| parent | f9a9c9dd8804da8abd9d443769438e0a15f94025 (diff) | |
| download | wvs-vplan-b15b0b1177dfc3823036613477a681b186f1a9a6.tar.gz wvs-vplan-b15b0b1177dfc3823036613477a681b186f1a9a6.zip | |
iOS 7 Statusbar Fix
Diffstat (limited to 'css/index.css')
| -rw-r--r-- | css/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
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); +} |
