Fixed double scroll in catalog

This commit is contained in:
2019-03-24 11:13:20 -04:00
parent 45a1ff9245
commit 58e853e7b7
5 changed files with 110 additions and 95 deletions

View File

@ -24,6 +24,10 @@ body {
margin: 0;
padding: 0;
background-color: #292929;
&.lock {
overflow: hidden;
}
}
.button-fix {