Remove the overflow-y property

Fixes #64
This commit is contained in:
R. Tyler Croy 2012-04-03 23:05:04 -07:00
parent 9207462b39
commit 06f6b54aff
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ body {
width: 33%;
height: 93%;
float: left;
overflow-y: auto;
border-right: 1px solid #333;
}