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/css/server.css | |
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/css/server.css')
-rw-r--r-- | core/css/server.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |