IE11 Support

Added unprefixed touch-action CSS attribute
Added unprefixed pointer events handlers hooks
This commit is contained in:
olivierbloch
2013-10-01 14:06:55 -07:00
5 changed files with 49 additions and 5 deletions

View File

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

6
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long