mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Changing the overflow for sticky footer. No scrollbar now unless we need it.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user