Changing the overflow for sticky footer. No scrollbar now unless we need it.
这个提交包含在:
父节点
abdd42bfcc
当前提交
528729d84a
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用