something was wrong with the scrolling, the root view shouldn't be scrolled

This commit is contained in:
Jon Rohan
2012-12-26 13:16:40 -08:00
parent 10866223d3
commit 65de43fb34

View File

@@ -7,8 +7,7 @@ html, body {
#root-view {
height: 100%;
overflow-y: auto;
overflow-x: hidden;
overflow: hidden;
position: relative;
background-image: url(images/linen.png);
}