Fix positioning of the public page footer

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/34396/head
Julius Härtl 2 years ago
parent f055328094
commit 0c6c535f50
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF

@ -49,7 +49,7 @@
text-align: center;
}
#body-public footer {
position: sticky !important;
position: fixed;
display: flex;
align-items: center;
justify-content: center;

@ -69,7 +69,7 @@ $footer-height: 65px;
/* public footer */
footer {
position: sticky !important;
position: fixed;
display: flex;
align-items: center;
justify-content: center;

@ -4998,7 +4998,7 @@ kbd {
text-align: center;
}
#body-public footer {
position: sticky !important;
position: fixed;
display: flex;
align-items: center;
justify-content: center;

Loading…
Cancel
Save