Disable pointer events for avatar badges

Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2021-11-17 11:36:55 -08:00 committed by GitHub
parent 791176625b
commit 8387f0866f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@
}
&__badge {
pointer-events: none;
position: absolute;
z-index: 1;