From 2c4dfc74c46826105f700a994996daa976aa480c Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Wed, 17 Nov 2021 13:06:27 -0600 Subject: [PATCH] Disable pointer events for avatar badges --- stylesheets/components/Avatar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/components/Avatar.scss b/stylesheets/components/Avatar.scss index 8fe771b132..dab26213b0 100644 --- a/stylesheets/components/Avatar.scss +++ b/stylesheets/components/Avatar.scss @@ -112,6 +112,7 @@ } &__badge { + pointer-events: none; position: absolute; z-index: 1;