1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-12 17:44:53 +02:00

prevent iframes from offsetting presentation

This commit is contained in:
Hakim El Hattab
2015-02-03 11:56:54 +01:00
parent 1c8a6e47a6
commit a4852c7cb2
3 changed files with 25 additions and 0 deletions

View File

@@ -275,6 +275,7 @@ body {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
-ms-touch-action: none;
touch-action: none; }

View File

@@ -352,6 +352,7 @@ body {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
touch-action: none;
}