diff --git a/styles/app/index.styl b/styles/app/index.styl index 9f13938e5f..61945b8ab0 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -17,6 +17,7 @@ html,body,p,h1,ul,li,table,tr,th,td box-shadow: inset 0 1px #f7f7f7, 0 1px #888, 0 2px #e7e7e7 padding: 12px 16px white-space: nowrap + position:fixed .color-worst pre background-color: rgb(230, 184, 175) @@ -183,7 +184,7 @@ li:hover .task-meta-controls .hover-show /* Customizations to make footer sticky */ /*html, body {height: 100%;}*/ -#wrap {min-height: 100%;} +#wrap {min-height: 100%; position: relative; top:130px; z-index:-1} #main /*overflow:auto;*/ padding-bottom: 250px; /* don't know why this works, sticky footers are weird */