mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
fix: background clipping between data-after-content and footer
This commit is contained in:
parent
42df59f2b4
commit
f24ab7dd97
|
@ -43,7 +43,7 @@ a.image {
|
||||||
}
|
}
|
||||||
|
|
||||||
#mw-data-after-content {
|
#mw-data-after-content {
|
||||||
margin-bottom: var( --padding-page );
|
padding-bottom: var( --padding-page );
|
||||||
background: var( --color-surface-0 );
|
background: var( --color-surface-0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue