Skip to content

Commit

Permalink
Make tooltip non selectable.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed May 27, 2019
1 parent 769091c commit 0979174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
background-color: #fff;
pointer-events: none;
cursor: pointer;
user-select: none;
}

.tooltip {
Expand Down

0 comments on commit 0979174

Please sign in to comment.