diff options
author | Hakim El Hattab | 2017-06-13 09:43:05 +0200 |
---|---|---|
committer | Hakim El Hattab | 2017-06-13 09:43:05 +0200 |
commit | 123309222390608d6736cec8ce500ace501dfa99 (patch) | |
tree | c8b0b659502b654ee5c69f2ae134e8ce5c8795e7 /css/reveal.css | |
parent | 9342d19b5adcd3eea1f2f16ba74ec2f83928efc5 (diff) |
prevent mobile safari header from covering presentation content
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css index 625fe6f..8acd961 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -474,6 +474,10 @@ body { -ms-touch-action: none; touch-action: none; } +@media only screen and (orientation: landscape) { + .reveal.ua-iphone { + position: fixed; } } + .reveal .slides { position: absolute; width: 100%; |