fix overscroll bug on »main« element
This commit is contained in:
parent
812fe9b321
commit
554b186975
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user