fix firefox not calculating footer right
This commit is contained in:
parent
ac36b827dd
commit
0676f27ee1
|
@ -544,10 +544,10 @@ p.repo.errored {
|
||||||
footer {
|
footer {
|
||||||
padding : 20px 0;
|
padding : 20px 0;
|
||||||
background-color : #e0e0e0;
|
background-color : #e0e0e0;
|
||||||
min-height : 65px;
|
min-height : 334px;
|
||||||
font-size : 12px;
|
font-size : 12px;
|
||||||
line-height : 22px;
|
line-height : 22px;
|
||||||
margin-top: -334px; /* sticky footer */
|
margin-top : -334px; /* sticky footer */
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
|
@ -562,6 +562,7 @@ footer {
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
margin-top: -204px;
|
margin-top: -204px;
|
||||||
|
min-height: 204px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user