From 7054806c29c3eae0ed4b4176047b92bddcdcd0cc Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Sat, 14 Apr 2012 15:07:55 -0700 Subject: tweaks --- theme/sass/_base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theme/sass/_base.scss') diff --git a/theme/sass/_base.scss b/theme/sass/_base.scss index 141aafe..b301396 100644 --- a/theme/sass/_base.scss +++ b/theme/sass/_base.scss @@ -53,9 +53,9 @@ body { height: 100%; min-height: 740px; + width: 100%; - overflow-x: hidden; - overflow-y: auto; + overflow: hidden; color: #fff; @include font-smoothing(antialiased); -- cgit v1.2.3