Skip to content

GitLab: account for debug header to adjust hover position

Administrator requested to merge dev-banner-gitlab into master

Created by: lguychard

When running GitLab from source, a debug header is shown at the top of the page:

image

This trips up our adjustOverlayPosition function and affects hover tooltip display:

image

Fixes https://github.com/sourcegraph/sourcegraph/issues/4843

Merge request reports

Loading