changeset 13:e69f5ab0a453

Add overflow hidden to try and deal with extraneous scrolling
author Mike Pavone <pavone@retrodev.com>
date Wed, 21 Mar 2012 23:17:49 -0700
parents 6e4851a204a5
children 85fb6ba15bc6
files editor.css
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/editor.css	Wed Mar 21 23:13:51 2012 -0700
+++ b/editor.css	Wed Mar 21 23:17:49 2012 -0700
@@ -49,6 +49,11 @@
 	display: none;
 }
 
+body
+{
+	overflow: hidden;
+}
+
 #editor ul
 {
 	border-style: solid;