diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-09-02 08:34:51 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2022-09-02 08:34:51 +0200 |
commit | e514ad6b6638f771303c2c615207d5caf1da3a59 (patch) | |
tree | 80bdbdb7e868524836ab2b810eca3932998737e5 /core/css | |
parent | af29b978078ffd9169a9bd9146feccbb7974c900 (diff) | |
download | nextcloud-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.css | 2 |
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 */ |