From 528729d84a600382bbbca0e8e3a3d41894801c76 Mon Sep 17 00:00:00 2001 From: Corby Krick Date: Mon, 29 Apr 2013 12:22:01 -0500 Subject: [PATCH] Changing the overflow for sticky footer. No scrollbar now unless we need it. --- css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index cf5f4b59f..97e031159 100644 --- a/css/main.css +++ b/css/main.css @@ -2,7 +2,7 @@ html, body {height: 100%;} #wrap {min-height: 100%;} -#main {overflow:auto; padding-bottom: 3em; /* must be same height as the footer */ } +#main {overflow:hidden; padding-bottom: 3em; /* must be same height as the footer */ } #container { padding-top: 50px; width: 940px; margin: 0 auto; } @@ -45,4 +45,4 @@ input[type="text"] { input#country { width: 180px; -} \ No newline at end of file +}