mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 08:29:10 -05:00
Fix positioning of the public page footer
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
1b4c82156d
commit
a3febe2a40
3 changed files with 3 additions and 3 deletions
|
|
@ -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…
Reference in a new issue