Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2022-09-29 18:19:32 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-09-29 19:07:47 +0300
commite7bd935d64e34a13dc6f2a2eb6132d85c556d1cb (patch)
treecf466496f7b482afbae22719ae030d745de83fe9 /core
parent19fc735a5355db6966348da04b4195c616026b62 (diff)
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core')
-rw-r--r--core/css/public.css2
-rw-r--r--core/css/server.css2
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;