Skip to content

Commit

Permalink
Disable pointer events for avatar badges
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
  • Loading branch information
automated-signal and EvanHahn-Signal committed Nov 17, 2021
1 parent 7911766 commit 8387f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stylesheets/components/Avatar.scss
Expand Up @@ -112,6 +112,7 @@
}

&__badge {
pointer-events: none;
position: absolute;
z-index: 1;

Expand Down

0 comments on commit 8387f08

Please sign in to comment.