Fix positioning of the public page footer

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2022-10-03 12:33:45 +02:00 committed by backportbot-nextcloud[bot]
parent 1b4c82156d
commit a3febe2a40
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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