web: Fix tooltip overlays
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 |
---|---|
Related to https://github.com/sourcegraph/sourcegraph/issues/24340