From feb16399ed755ff9d20ab03b13c119ee3bf9d7ad Mon Sep 17 00:00:00 2001 From: taggon Date: Thu, 13 Oct 2011 08:15:04 +0000 Subject: [PATCH] issue 208 : Fixed a editor focus bug git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9638 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/styles/default/editor.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/editor/styles/default/editor.css b/modules/editor/styles/default/editor.css index 5b7d7dc29..981f2280f 100644 --- a/modules/editor/styles/default/editor.css +++ b/modules/editor/styles/default/editor.css @@ -1,4 +1,6 @@ @charset "utf-8"; +html,body{height:100%} +body{margin:0;padding:0} /* NHN (developers@xpressengine.com) */ .xe_content{color:#000;font-size:12px;line-height:1.5} .xe_content blockquote.q1,