Skip to content

fix: bext gitlab hover-overlay issue

Warren Gifford requested to merge bee/fix-gitlab into main

Created by: abeatrix

Summary

Close https://github.com/sourcegraph/sourcegraph/issues/35315

User has reported that the hover overlay is hidden by other elements when checking out diff on GitLab. It looks like it is because a smaller z-index (100) from the general hover module overtook the one that is supposed to work in the code host (2000) Setting the z-index for the code host overlay module as !important has resolved the issue.

Before

Using z-index of 100 instead of 2000 Screen Shot 2022-05-12 at 3 44 02 PM

After

Using z-index of 2000 instead of 100 Screen Shot 2022-05-12 at 3 41 14 PM

Test plan

Manually tested

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading