fix(scroll): fix jolting on menu clicks

This commit is contained in:
Alexey Kasyanchuk 2018-07-16 07:50:24 +03:00 committed by GitHub
commit 376ddc7678

View File

@ -2,6 +2,7 @@ body {
margin: 0;
padding: 0;
font-family: sans-serif;
overflow-y: scroll;
}
@media only screen and (max-width: 500px)
@ -9,4 +10,4 @@ body {
.peers-status {
display: none;
}
}
}