css: Fix gap between header and sticky header at some zoom level.

This commit is contained in:
Aman Agrawal
2023-05-17 05:40:15 +00:00
committed by Tim Abbott
parent 3acd7b8f47
commit 44ae67d426

View File

@@ -339,6 +339,9 @@ p.n-margin {
height: var(--header-height);
/* Since the headers are sticky, we need non-transparent background. */
background-color: var(--color-background);
/* Add 1px box-shadow below header so that if there is a gap between sticky header
and header at some zoom level, it is covered by this */
box-shadow: 0 1px 0 0 var(--color-background);
}
#navbar-middle .column-middle-inner,