IE11 Support
Added unprefixed touch-action CSS attribute Added unprefixed pointer events handlers hooks
This commit is contained in:
commit
e608dafaf1
5 changed files with 49 additions and 5 deletions
|
@ -487,6 +487,7 @@ body {
|
|||
height: 100%;
|
||||
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.reveal .slides {
|
||||
|
|
6
css/reveal.min.css
vendored
6
css/reveal.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue