Skip to content

Commit

Permalink
fix(mobile scroll): fix mobile scroll problem (toolbar and search set…
Browse files Browse the repository at this point in the history
…tings) (#623)
  • Loading branch information
PhilippeLafreniere18 authored and mbarbeau committed May 17, 2021
1 parent ea9a1ee commit bbc7938
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
visibility: visible;
pointer-events: initial;
}

.mat-tooltip-trigger {
touch-action: auto !important;
}

0 comments on commit bbc7938

Please sign in to comment.