Revert "try to prevent safari from zooming in on double-tap"

Breaks drag and drop on android.

This reverts commit 3d010e47e1.
pull/8888/head
Niklas Fiekas 2021-05-07 18:19:29 +02:00
parent 0cbfe53ec3
commit 4c05e69d56
6 changed files with 2 additions and 10 deletions

View File

@ -1,5 +1,4 @@
.analyse-controls {
@extend %double-tap;
display: flex;
justify-content: space-between;
align-items: stretch;

View File

@ -248,8 +248,3 @@
width: 100%;
height: 100%;
}
%double-tap {
// prevent iPad safari from zooming in on double tap
touch-action: manipulation;
}

View File

@ -1,5 +1,5 @@
.main-board {
@extend %square, %double-tap;
@extend %square;
&__preload {
position: absolute;

View File

@ -1,5 +1,4 @@
.cmn-toggle {
@extend %double-tap;
position: absolute;
margin-left: -99999px;
}

View File

@ -1,5 +1,4 @@
.rcontrols {
@extend %double-tap;
text-align: center;
width: 100%;

View File

@ -11,7 +11,7 @@
}
#{$rmoves-tag} {
@extend %flex-column, %double-tap;
@extend %flex-column;
.buttons {
@extend %box-shadow;