mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Bring back scrolling to guest body
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
af29b97807
commit
e514ad6b66
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue