Skip to content

Commit b395048

Browse files
committed
fix: keep <a/> clickable
1 parent a2e9d77 commit b395048

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@
243243
// tags,icons,images should not response to click event
244244
pointer-events: none;
245245
}
246+
& > a {
247+
pointer-events: auto;
248+
}
246249
& > img {
247250
display: block;
248251
margin-bottom: 8px;

0 commit comments

Comments
 (0)