Skip to content

Commit

Permalink
Fix vertical swiping for modals
Browse files Browse the repository at this point in the history
Inspiration from w3c/pointerevents#303
  • Loading branch information
mraveux committed May 18, 2021
1 parent abb1466 commit 574b86f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ button.reset:disabled {
margin-bottom: 0;
}

.small-page.nq-card.main {
touch-action: pan-x;
}


/* Font Sizes */

Expand Down

0 comments on commit 574b86f

Please sign in to comment.