Disable pointer events for avatar badges

This commit is contained in:
Evan Hahn 2021-11-17 13:28:14 -06:00 committed by GitHub
parent 0bfbcffb3a
commit 2de2eea532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@
&__badge {
bottom: 0;
pointer-events: none;
position: absolute;
right: 0;
z-index: 1;