diff options
author | olivierbloch <olivier.bloch@hotmail.com> | 2013-10-01 14:00:32 -0700 |
---|---|---|
committer | olivierbloch <olivier.bloch@hotmail.com> | 2013-10-01 14:00:32 -0700 |
commit | 27a86d261e9d4c1f2e29b70e6de119b745aed2ec (patch) | |
tree | d6039313781944611f9e19fabdb5cbc53579ea35 /css/reveal.css | |
parent | 9cf7de54b8fb6bdad1342d087adfeea94604a674 (diff) | |
download | fosdem-2018-presentation-27a86d261e9d4c1f2e29b70e6de119b745aed2ec.tar fosdem-2018-presentation-27a86d261e9d4c1f2e29b70e6de119b745aed2ec.tar.gz |
IE 11 support
Added un-prefixed touch-action CSS attribute
added un-prefixed PointerEvents event handler hooks
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css index a9b3888..02ec810 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -487,6 +487,7 @@ body { height: 100%; -ms-touch-action: none; + touch-action: none; } .reveal .slides { |