IE 11 support

Added un-prefixed touch-action CSS attribute
added un-prefixed PointerEvents event handler hooks
This commit is contained in:
olivierbloch
2013-10-01 14:00:32 -07:00
parent 9cf7de54b8
commit 27a86d261e
4 changed files with 21 additions and 6 deletions

View File

@ -487,6 +487,7 @@ body {
height: 100%;
-ms-touch-action: none;
touch-action: none;
}
.reveal .slides {

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long