Add a permanent scrollbar to the page to stop it from jumping around all the time

This commit is contained in:
Brad Christensen 2015-05-10 15:45:10 +12:00
parent 3c5ce3eefd
commit 02796a7158

View File

@ -1,4 +1,6 @@
body {
overflow-y: scroll;
}
input[type=checkbox], input[type=radio] {
vertical-align: middle;