Disable pointer events for avatar badges

This commit is contained in:
Evan Hahn 2021-11-17 13:06:27 -06:00 committed by GitHub
parent 4dd9232c36
commit 2c4dfc74c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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