merge support for ie 11 touch

This commit is contained in:
Hakim El Hattab
2013-12-02 23:20:26 +01:00
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