]> source.dussan.org Git - nextcloud-server.git/commitdiff
Bring back scrolling to guest body 33827/head
authorJulius Härtl <jus@bitgrid.net>
Fri, 2 Sep 2022 06:34:51 +0000 (08:34 +0200)
committerJulius Härtl <jus@bitgrid.net>
Fri, 2 Sep 2022 06:34:51 +0000 (08:34 +0200)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
core/css/guest.css

index c651697a2d0af1834461eee8f78f01b80401a05c..813e04db213daac16803e069f2020d84576e6c6d 100644 (file)
@@ -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 */