Skip to content

web: Fix tooltip overlays

Warren Gifford requested to merge jdb/fix-tooltip-overlay into main

Created by: unclejustin

This PR addresses one of the two bugs mentioned in the issue. The drop-down menu on an insight card overlays on top of things it should not.

To recreate this problem go to the Insights Dashboard /insights/dashboards/all open the card many for any insight by clicking the three dots. then scroll the page down such that the card scrolls offscreen above the navbar. You should see the menu overlaying the navbar.

before after
overlay-before overlay-after

Related to https://github.com/sourcegraph/sourcegraph/issues/24340

Merge request reports

Loading