Skip to content

Commit 47ac623

Browse files
authored
Restore z-index on #test-body-mobile to fix header dropdown stacking (#12275)
The z-index was removed in #12126 to allow fixed-position popovers to escape the stacking context, but this caused header menus and search autocomplete to render behind the sticky nav-bar.
1 parent 5aac210 commit 47ac623

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

static/css/layout/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
background-color: var(--white);
1313
border-radius: 5px;
1414
border: 1px solid var(--dark-beige);
15+
z-index: var(--z-index-level-1);
1516
position: relative;
1617
}
1718

0 commit comments

Comments
 (0)