diff options
-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 */ |