Improve tooltip performance

pull/3090/head
Mark McDowall 5 years ago
parent f68c5cb4f7
commit 5c2cb4de80

@ -94,6 +94,7 @@ class Tooltip extends Component {
<Portal>
<Popper
placement={position}
eventsEnabled={false}
modifiers={{
preventOverflow: {
// Fixes positioning for tooltips in the queue

Loading…
Cancel
Save