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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-09-02 17:30:28 +0300
committerGitHub <noreply@github.com>2022-09-02 17:30:28 +0300
commit579497e9995b4da34402c3c155cb16560b67f0f0 (patch)
treefcc928ed1c745cbd22e81454e6d1cc57c3bf9b20 /core
parentdbcac3943f43fd9739890c7cd852bc4d9529d608 (diff)
parente514ad6b6638f771303c2c615207d5caf1da3a59 (diff)
Merge pull request #33827 from nextcloud/bugfix/guest-scroll
Diffstat (limited to 'core')
-rw-r--r--core/css/guest.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index c651697a2d0..813e04db213 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -31,6 +31,8 @@ body {
background-attachment: fixed; /* fix background gradient */
min-height: 100%; /* fix sticky footer */
height: auto;
+ overflow: auto;
+ position: static;
}
/* Various fonts settings */