From e7bd935d64e34a13dc6f2a2eb6132d85c556d1cb Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Thu, 29 Sep 2022 15:19:32 +0000 Subject: Compile assets Signed-off-by: nextcloud-command --- core/css/public.css | 2 +- core/css/server.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'core/css') diff --git a/core/css/public.css b/core/css/public.css index 3e8ca2bbb34..2ad3b80c52f 100644 --- a/core/css/public.css +++ b/core/css/public.css @@ -49,7 +49,7 @@ text-align: center; } #body-public footer { - position: fixed; + position: sticky !important; display: flex; align-items: center; justify-content: center; diff --git a/core/css/server.css b/core/css/server.css index da94d3e21eb..014897459dd 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -4998,7 +4998,7 @@ kbd { text-align: center; } #body-public footer { - position: fixed; + position: sticky !important; display: flex; align-items: center; justify-content: center; -- cgit v1.2.3