diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-10-03 12:33:45 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2022-10-03 12:33:45 +0200 |
commit | 0c6c535f504015192c3fb57b0521b512c26d26f9 (patch) | |
tree | d4c35e7ad0ffd75ea49beef5696a21d22fbdc2e0 /core/css/public.scss | |
parent | f0553280947173995fd615d936684964fa43cc1c (diff) | |
download | nextcloud-server-0c6c535f504015192c3fb57b0521b512c26d26f9.tar.gz nextcloud-server-0c6c535f504015192c3fb57b0521b512c26d26f9.zip |
Fix positioning of the public page footer
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css/public.scss')
-rw-r--r-- | core/css/public.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/public.scss b/core/css/public.scss index 514c3fbba70..0e75a938cfa 100644 --- a/core/css/public.scss +++ b/core/css/public.scss @@ -69,7 +69,7 @@ $footer-height: 65px; /* public footer */ footer { - position: sticky !important; + position: fixed; display: flex; align-items: center; justify-content: center; |