mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 19:20:25 +00:00
Replace relative with margin top
This commit is contained in:
parent
da3c0f1a2d
commit
4b87888b49
1 changed files with 1 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue