IE 11 support
Added un-prefixed touch-action CSS attribute added un-prefixed PointerEvents event handler hooks
This commit is contained in:
@ -487,6 +487,7 @@ body {
|
||||
height: 100%;
|
||||
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.reveal .slides {
|
||||
|
2
css/reveal.min.css
vendored
2
css/reveal.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user