merge support for ie 11 touch

This commit is contained in:
Hakim El Hattab 2013-12-02 23:20:26 +01:00
commit 4a5b5c7c11
4 changed files with 23 additions and 8 deletions

View file

@ -521,6 +521,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