site: force scrollbar on home page to keep position consistent

This commit is contained in:
Simon Michael 2013-03-09 21:12:02 +00:00
parent 47a4c52904
commit d40ca43f39

View File

@ -1,3 +1,7 @@
html {
overflow-y:scroll;
}
body { body {
margin: auto; margin: auto;
max-width: 42em; max-width: 42em;