summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 66acd4b..01b2a59 100644
--- a/style.css
+++ b/style.css
@@ -39,6 +39,10 @@ html, body {
39 height: 100%; 39 height: 100%;
40} 40}
41 41
42html {
43 overflow-y: scroll;
44}
45
42.wrapper { 46.wrapper {
43 min-height: 100%; 47 min-height: 100%;
44 height: auto !important; 48 height: auto !important;