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
1 changed files with 2 additions and 2 deletions

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>