aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-05-12 09:47:24 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-05-12 09:47:24 -0400
commitd94ae2cf70a0128df98a45c74d5d1517f3cee730 (patch)
tree47040640dc16eec741d5d5095b4f7cd7ae70d533 /css/reveal.css
parentf5155ed2a100c1f2de0ce207a7b3d370574237bc (diff)
downloadperl-software-in-gnu-guix-d94ae2cf70a0128df98a45c74d5d1517f3cee730.tar
perl-software-in-gnu-guix-d94ae2cf70a0128df98a45c74d5d1517f3cee730.tar.gz
-ms-touch-action for #450
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 394cc9f..92d41a0 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -544,6 +544,8 @@ body {
position: relative;
width: 100%;
height: 100%;
+
+ -ms-touch-action: none;
}
.reveal .slides {