diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-09-29 15:19:32 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-09-29 16:07:47 +0000 |
commit | e7bd935d64e34a13dc6f2a2eb6132d85c556d1cb (patch) | |
tree | cf466496f7b482afbae22719ae030d745de83fe9 /core | |
parent | 19fc735a5355db6966348da04b4195c616026b62 (diff) | |
download | nextcloud-server-e7bd935d64e34a13dc6f2a2eb6132d85c556d1cb.tar.gz nextcloud-server-e7bd935d64e34a13dc6f2a2eb6132d85c556d1cb.zip |
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/public.css | 2 | ||||
-rw-r--r-- | core/css/server.css | 2 |
2 files changed, 2 insertions, 2 deletions
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; |