Skip to content

Commit 8005109

Browse files
committed
Makes targetable Tooltips interactive
1 parent acfc8e4 commit 8005109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-core-components/src/components/Tooltip.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const Tooltip = ({
8383
background: ${background_color};
8484
white-space: nowrap;
8585
z-index: ${zindex};
86-
pointer-events: none;
86+
pointer-events: ${targetable ? 'auto' : 'none'};
8787
}
8888
.hover .hover-content,
8989
.hover-right .hover-content {

0 commit comments

Comments
 (0)