Changing the overflow for sticky footer. No scrollbar now unless we need it.

This commit is contained in:
Corby Krick
2013-04-29 12:22:01 -05:00
parent abdd42bfcc
commit 528729d84a

View File

@@ -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;
}
}