From 123309222390608d6736cec8ce500ace501dfa99 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 13 Jun 2017 09:43:05 +0200 Subject: prevent mobile safari header from covering presentation content --- css/reveal.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css/reveal.css') 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%; -- cgit v1.2.3