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

pull/6303/head
Robin Dadswell 3 years ago committed by Qstick
parent 2c008384dd
commit 04ad5ec9c0

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

Loading…
Cancel
Save