mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
fix(Changelist): 🐛 fix incorrect legends z-index
This commit is contained in:
parent
c3855ff8b9
commit
cae7c753ac
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue