# HG changeset patch # User Mike Pavone # Date 1332397069 25200 # Node ID e69f5ab0a4531201dd7769c5132635420bb8ae6e # Parent 6e4851a204a512ff0fbc4f85899f938c4b701831 Add overflow hidden to try and deal with extraneous scrolling diff -r 6e4851a204a5 -r e69f5ab0a453 editor.css --- 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;