1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-24 07:01:29 +00:00

Improve tooltip performance

This commit is contained in:
Mark McDowall 2019-04-28 00:57:03 -07:00
parent f68c5cb4f7
commit 5c2cb4de80

View file

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