Replace relative with margin top
This commit is contained in:
@@ -166,7 +166,6 @@ li:hover .task-meta-controls .hover-show
|
||||
/* Bootstrap website boilerplate */
|
||||
.footer {
|
||||
padding: 70px 0;
|
||||
margin-top: 70px;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
@@ -184,7 +183,7 @@ li:hover .task-meta-controls .hover-show
|
||||
|
||||
/* Customizations to make footer sticky */
|
||||
/*html, body {height: 100%;}*/
|
||||
#wrap {min-height: 100%; position: relative; top:130px; z-index:-1}
|
||||
#wrap {min-height: 100%; margin-top:130px; z-index:-1}
|
||||
#main
|
||||
/*overflow:auto;*/
|
||||
padding-bottom: 250px; /* don't know why this works, sticky footers are weird */
|
||||
|
||||
Reference in New Issue
Block a user