aboutsummaryrefslogtreecommitdiffhomepage
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/reveal.css1
-rw-r--r--css/reveal.scss1
2 files changed, 2 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css
index a02c0fb..43d774b 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -275,6 +275,7 @@ body {
position: relative;
width: 100%;
height: 100%;
+ overflow: hidden;
-ms-touch-action: none;
touch-action: none; }
diff --git a/css/reveal.scss b/css/reveal.scss
index 7e5b71d..23cfefd 100644
--- a/css/reveal.scss
+++ b/css/reveal.scss
@@ -352,6 +352,7 @@ body {
position: relative;
width: 100%;
height: 100%;
+ overflow: hidden;
touch-action: none;
}