Skip to content

Commit

Permalink
fix(scroll): fix jolting on menu clicks
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Jul 16, 2018
2 parents 02f012c + d5f3fa7 commit d429b8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ body {
margin: 0;
padding: 0;
font-family: sans-serif;
overflow-y: scroll;
}

@media only screen and (max-width: 500px)
{
.peers-status {
display: none;
}
}
}

0 comments on commit d429b8a

Please sign in to comment.