fix(Changelist): 🐛 fix incorrect legends z-index

This commit is contained in:
alistair3149 2024-07-12 18:59:23 -04:00
parent c3855ff8b9
commit cae7c753ac
No known key found for this signature in database

View file

@ -13,8 +13,8 @@
// Need additional parent to override
.mw-changeslist-legend {
position: relatve;
z-index: @z-index-above-content !important; // so it is not covered by the date header
position: relative;
z-index: @z-index-stacking-2 !important; // so it is not covered by the date header
padding: var( --space-sm );
font-size: var( --font-size-x-small );
background-color: var( --color-surface-2 );