From 04ad5ec9c0a33726127b312f67931725bf052e5c Mon Sep 17 00:00:00 2001 From: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com> Date: Mon, 10 May 2021 23:37:37 +0100 Subject: [PATCH] Fixed: Interactive Search Release Rejected tooltip no longer covers download button --- frontend/src/InteractiveSearch/InteractiveSearchRow.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/InteractiveSearch/InteractiveSearchRow.js b/frontend/src/InteractiveSearch/InteractiveSearchRow.js index 403ed74ed..64be65b20 100644 --- a/frontend/src/InteractiveSearch/InteractiveSearchRow.js +++ b/frontend/src/InteractiveSearch/InteractiveSearchRow.js @@ -180,7 +180,7 @@ class InteractiveSearchRow extends Component { } } - position={tooltipPositions.LEFT} + position={tooltipPositions.BOTTOM} /> } @@ -293,7 +293,7 @@ class InteractiveSearchRow extends Component { } } - position={tooltipPositions.LEFT} + position={tooltipPositions.BOTTOM} /> }