Footer css tweaks

This commit is contained in:
Oliver Marks 2018-01-27 16:43:31 +00:00
parent d56eaf0c81
commit 4958b15034
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,7 @@ body {
}
.footer {
position: absolute;
position: fixed;
bottom: 0;
width: 100%;
height: 60px;

View File

@ -7,9 +7,13 @@
}
}
html {
min-height: 100%;
}
body {
position:static !important;
max-width: 100%;
margin-bottom: 60px;
}
.collapse.show.span-table {