fix: the footer is no more sticky to the bottom of the page

fixes #159
This commit is contained in:
Joxit
2020-12-24 22:32:01 +01:00
parent e5b0d5d756
commit 476a96279e

View File

@@ -24,10 +24,6 @@ html, body {
height: 100%;
}
main {
margin-bottom: 100px;
}
.section-centerd {
margin: auto;
}
@@ -384,31 +380,18 @@ material-popup .popup {
footer {
width: 100%;
position: fixed;
z-index: 75;
bottom: 0;
}
@media screen and (max-height: 750px) {
main {
min-height: calc(100% - 164px - 2.5em);
margin-bottom: 2em;
}
footer {
position: relative;
}
main {
min-height: calc(100% - 136px);
}
material-footer {
padding: 0.5em 1em;
}
@media screen and (min-width: 760px) and (max-height: 750px) {
main {
min-height: calc(100% - 144px - 2.5em);
}
}
.select-padding {
padding: 20px 0;
}