fix double-navigation on touch for some android systems

This commit is contained in:
Hakim El Hattab
2014-06-28 12:58:33 +02:00
parent 7e8fd09376
commit 213c8d1354
2 changed files with 12 additions and 9 deletions

View File

@ -248,6 +248,8 @@ body {
z-index: 30;
right: 10px;
bottom: 10px;
-webkit-user-select: none;
}
.reveal .controls div {
@ -258,6 +260,7 @@ body {
border: 12px solid transparent;
-moz-transform: scale(.9999);
-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;