diff --git a/css/main.css b/css/main.css index cf5f4b59..97e03115 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 +}