Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bring back scrolling to guest body
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Sep 2, 2022
commit e514ad6b6638f771303c2c615207d5caf1da3a59
2 changes: 2 additions & 0 deletions core/css/guest.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down