fix: background clipping between data-after-content and footer

This commit is contained in:
alistair3149 2021-08-31 13:27:33 -04:00
parent 42df59f2b4
commit f24ab7dd97
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -43,7 +43,7 @@ a.image {
}
#mw-data-after-content {
margin-bottom: var( --padding-page );
padding-bottom: var( --padding-page );
background: var( --color-surface-0 );
}