From 3ce17ef50e44d1f16b344f7da1369520a3c6ea2a Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Thu, 13 May 2010 16:58:49 +0200 Subject: [PATCH] fix resize of editor demo (FF) --- demo/editor.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/editor.html b/demo/editor.html index 408f59f..57ec722 100644 --- a/demo/editor.html +++ b/demo/editor.html @@ -11,9 +11,11 @@ html { height: 100%; + overflow: hidden; } body { + overflow: hidden; margin: 0; padding: 0; font: sans-serif;