Ensure that the footer appears properly on the repo pages
This commit is contained in:
parent
5f9da10a36
commit
6692fdf41c
4 changed files with 14 additions and 7 deletions
|
@ -32,6 +32,13 @@ html, body {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.footer-container.fixed {
|
||||
position: fixed;
|
||||
bottom: 16px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
.button-hidden {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
Reference in a new issue