fix scroll on perf node

This commit is contained in:
2021-12-09 22:28:51 +01:00
parent e1c71a8433
commit eecc2109f5
3 changed files with 6 additions and 3 deletions
@@ -80,7 +80,8 @@ body > img {
display: none;
}
@media (min-width: 800px) {
body.front #container > .inner #main {
body.front #container > .inner #main,
body.node-type-performance #container > .inner #main {
overflow-x: hidden;
overflow-y: auto;
height: 96vh;