fixed front scroll
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user