diff --git a/modules/editor/skins/xpresseditor/css/default.css b/modules/editor/skins/xpresseditor/css/default.css index 8bca6b1d9..df73a3cac 100644 --- a/modules/editor/skins/xpresseditor/css/default.css +++ b/modules/editor/skins/xpresseditor/css/default.css @@ -19,7 +19,7 @@ /* Layout Selector */ .xpress-editor{ position:relative; background:transparent;} -.xpress-editor #smart_content{ position:relative; clear:both; margin:0 0 10px 0; border:1px solid #c2c2c2; *zoom:1;} +.xpress-editor #smart_content{ position:relative; clear:both; margin:0 0 10px 0; border:1px solid #c2c2c2; *zoom:1; z-index:5} .xpress-editor #smart_footer{ position:relative; text-align:center; padding:10px 0;} /* Footer */