Bump up z-index

*This addresses the issue of the sticky header
concealing the ULS menu.

Bug: T338642
Change-Id: I8fb09509c520b6db6d06d9773ff93d43fe39eecf
This commit is contained in:
ksarabia
2023-11-01 11:20:20 -05:00
parent 5532ed811f
commit 26ec080e5a

View File

@@ -11,7 +11,7 @@
// Not inherited from `.mw-body-content`, as we insert at `body`. // Not inherited from `.mw-body-content`, as we insert at `body`.
font-size: 0.875em; font-size: 0.875em;
// T295794 Account for Vector sticky header. // T295794 Account for Vector sticky header.
z-index: 3; z-index: @z-index-dropdown;
} }
.uls-search { .uls-search {