Bring back scrolling to guest body

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2022-09-02 08:34:51 +02:00
parent af29b97807
commit e514ad6b66
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View 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 */