mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-24 07:01:29 +00:00
Improve tooltip performance
This commit is contained in:
parent
f68c5cb4f7
commit
5c2cb4de80
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue