From cae7c753ac5faa572de5afa3b8acf82d7958f91f Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Fri, 12 Jul 2024 18:59:23 -0400 Subject: [PATCH] =?UTF-8?q?fix(Changelist):=20=F0=9F=90=9B=20fix=20incorre?= =?UTF-8?q?ct=20legends=20z-index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../special/mediawiki.special.changeslist.legend.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skinStyles/mediawiki/special/mediawiki.special.changeslist.legend.less b/skinStyles/mediawiki/special/mediawiki.special.changeslist.legend.less index 7bf8c0ba..3789f678 100644 --- a/skinStyles/mediawiki/special/mediawiki.special.changeslist.legend.less +++ b/skinStyles/mediawiki/special/mediawiki.special.changeslist.legend.less @@ -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 );