fix double-navigation on touch for some android systems
This commit is contained in:
parent
7e8fd09376
commit
213c8d1354
2 changed files with 12 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue