From 2de2eea532f8a35f04062648c4d5e1b6d031a691 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Wed, 17 Nov 2021 13:28:14 -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 166d0631048..b185e17cfeb 100644 --- a/stylesheets/components/Avatar.scss +++ b/stylesheets/components/Avatar.scss @@ -108,6 +108,7 @@ &__badge { bottom: 0; + pointer-events: none; position: absolute; right: 0; z-index: 1;