Always show scrollbar so the page doesn't jump around

This commit is contained in:
Spreadyy 2016-10-28 09:42:50 +02:00 committed by GitHub
parent 6975e29c5c
commit 33acb7972b

View File

@ -7,6 +7,7 @@ body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-text-size-adjust: none;
color: #333333;
overflow-y: scroll;
}
p {