Lower .uls-menu z-index for Vector skin

To avoid overlapping with the Vector sticky header, the z-index
should be lowered so that the sticky header is always
above it.

Bug: T295794
Change-Id: I9d3f45d56204bedc98d1994ed984b43f01c29fd5
This commit is contained in:
Jan Drewniak
2021-11-23 02:15:43 -05:00
committed by jenkins-bot
parent 5658423fa6
commit 7805386fcb

View File

@@ -8,6 +8,8 @@
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 );
// Not inherited from `.mw-body-content`, as we insert at `body`.
font-size: 0.875em;
// T295794 Account for Vector sticky header.
z-index: 3;
}
.uls-search {