aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-09-02 08:34:51 +0200
committerJulius Härtl <jus@bitgrid.net>2022-09-02 08:34:51 +0200
commite514ad6b6638f771303c2c615207d5caf1da3a59 (patch)
tree80bdbdb7e868524836ab2b810eca3932998737e5 /core/css
parentaf29b978078ffd9169a9bd9146feccbb7974c900 (diff)
downloadnextcloud-server-e514ad6b6638f771303c2c615207d5caf1da3a59.tar.gz
nextcloud-server-e514ad6b6638f771303c2c615207d5caf1da3a59.zip
Bring back scrolling to guest body
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css')
-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 */