fix overscroll bug on »main« element

This commit is contained in:
Felix Hamann 2019-02-10 19:42:03 +01:00
parent 812fe9b321
commit 554b186975

View File

@ -161,14 +161,6 @@ h4 {
/* LAYOUT */
.main {
position: relative;
min-height: calc(100vh - var(--header-height));
}
@media (max-width: 768px) {
.main {
min-height: calc(100vh - var(--header-height-collapsed));
}
}
.main__content {