Skip to content

Commit

Permalink
demo: add touch-action: none to the deck just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
dbismut committed Jul 21, 2023
1 parent 54cc413 commit 3c49e76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/src/sandboxes/cards-stack/src/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
display: flex;
align-items: center;
justify-content: center;
touch-action: none;
}

.deck > div {
Expand Down

0 comments on commit 3c49e76

Please sign in to comment.