1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

Fixed: Interactive Search Release Rejected tooltip no longer covers download button

This commit is contained in:
Robin Dadswell 2021-05-10 23:37:37 +01:00 committed by Qstick
parent 2c008384dd
commit 04ad5ec9c0

View File

@ -180,7 +180,7 @@ class InteractiveSearchRow extends Component {
}
</ul>
}
position={tooltipPositions.LEFT}
position={tooltipPositions.BOTTOM}
/>
}
</TableRowCell>
@ -293,7 +293,7 @@ class InteractiveSearchRow extends Component {
}
</ul>
}
position={tooltipPositions.LEFT}
position={tooltipPositions.BOTTOM}
/>
}
</TableRowCell>