GitLab: account for debug header to adjust hover position
Created by: lguychard
When running GitLab from source, a debug header is shown at the top of the page:
This trips up our adjustOverlayPosition
function and affects hover tooltip display:
Fixes https://github.com/sourcegraph/sourcegraph/issues/4843