Skip to content

Commit

Permalink
Avoid capturing pointer-events on SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
ccjmne committed Feb 25, 2021
1 parent 848e5d6 commit 84c8f3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ a {
color: $dark-fg-3;
}
}

svg {
pointer-events: none;
}

0 comments on commit 84c8f3b

Please sign in to comment.