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

View File

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