summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2022-09-29 16:08:40 +0200
committerszaimen <szaimen@e.mail.de>2022-09-29 17:23:58 +0200
commit19fc735a5355db6966348da04b4195c616026b62 (patch)
tree093e35ba8a51510a59b40a0300e5a63326c9c643 /core
parentd647025f616c95137be269cc7467c23671a08aa2 (diff)
downloadnextcloud-server-19fc735a5355db6966348da04b4195c616026b62.tar.gz
nextcloud-server-19fc735a5355db6966348da04b4195c616026b62.zip
fix public view - attempt 2
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'core')
-rw-r--r--core/css/public.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/public.scss b/core/css/public.scss
index 0e75a938cfa..514c3fbba70 100644
--- a/core/css/public.scss
+++ b/core/css/public.scss
@@ -69,7 +69,7 @@ $footer-height: 65px;
/* public footer */
footer {
- position: fixed;
+ position: sticky !important;
display: flex;
align-items: center;
justify-content: center;