From 65de43fb340177a93abe5974181f697da0079a16 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Wed, 26 Dec 2012 13:16:40 -0800 Subject: [PATCH] something was wrong with the scrolling, the root view shouldn't be scrolled --- static/atom.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/atom.css b/static/atom.css index 974e85cb5..12e9bc50e 100644 --- a/static/atom.css +++ b/static/atom.css @@ -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); }