Enable pointer events on badges

This commit is contained in:
Cory LaViska
2020-07-16 16:13:46 -04:00
parent 79a48a3cc2
commit eea6b93292
2 changed files with 1 additions and 1 deletions

View File

@@ -15,7 +15,6 @@
border-radius: var(--sl-border-radius-small);
white-space: nowrap;
padding: 3px 6px;
pointer-events: none;
user-select: none;
cursor: inherit;
}

View File

@@ -393,4 +393,5 @@
top: 0;
right: 0;
transform: translateY(-50%) translateX(50%);
pointer-events: none;
}