You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
svelte: Show code intel popovers above global navigation (#62125)
On the file page it's possible that a popover is extending outside the
file view and "reaching" into the global header. Because the global
header has z-index: 1 it's currently rendered above all other, partially
covering the popover.
This commit solves this issue by removing the z-index from the global
header and instead moves it where it's needed, namely rendering search
input suggestions above search results.
0 commit comments