Skip to content

Commit 53fde25

Browse files
fix: make tooltip user-select auto by default
1 parent 6085491 commit 53fde25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
.rt-TooltipText {
2929
color: var(--regular-text-color);
30+
user-select: auto;
3031
}
3132

3233
.rt-TooltipArrow {

0 commit comments

Comments
 (0)