Skip to content

Commit

Permalink
Disable double tap zoom on certain element
Browse files Browse the repository at this point in the history
  • Loading branch information
asl97 committed Nov 7, 2023
1 parent 3b3b8c7 commit 3b3bfb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
}

#amount_wrapper, #bingo_wrapper, #card_editor_wrapper {
touch-action: manipulation;
flex-direction: column;
place-items: center;
text-align: center;
Expand All @@ -38,6 +39,7 @@
display:table;
width: 100%;
font-size: 2vw;
touch-action: manipulation;
border-collapse: collapse;
border: 1px solid black;
text-align: center;
Expand Down Expand Up @@ -98,6 +100,7 @@

#card_editor_wrapper > #cards_wrapper,
#bingo_wrapper > #cards_wrapper {
touch-action: manipulation;
display: flex;
}

Expand Down Expand Up @@ -126,6 +129,7 @@
}

.card {
touch-action: manipulation;
border: black solid;
margin: 1vw;
height: 18vw;
Expand Down

0 comments on commit 3b3bfb6

Please sign in to comment.