Skip to content

Commit 74a8716

Browse files
committed
Ignore pointer events on wordcount indicator
1 parent b36fd5c commit 74a8716

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ details.bwc-sb-item-setting {
3131
line-height: 1;
3232
margin: calc(-1 * var(--size-2-3)) 0 calc(-1 * var(--size-2-3)) var(--size-4-2);
3333
padding: var(--size-2-3) var(--size-4-2);
34+
pointer-events: none;
3435
position: relative;
3536
top: -3px;
3637
}

0 commit comments

Comments
 (0)