fixed front scroll

This commit is contained in:
2021-12-09 20:50:16 +01:00
parent 9767f9ccfd
commit 31657f3bde
3 changed files with 32 additions and 0 deletions
@@ -119,6 +119,14 @@ body.layout-perfnode #timeline-loader {
body > img {
display: none;
}
@media (min-width: 800px) {
body.front #container > .inner #main {
overflow-x: hidden;
overflow-y: auto;
height: 96vh;
box-sizing: border-box;
}
}
@media (max-width: 799px) {
body {
overflow: hidden!important;