fix double-navigation on touch for some android systems
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user