|
May 27
2009
|
|
|
Body background was intruding into wysiwyg editor window.
Solution was to add a class to body tag in joomla template.
In template.css, set
body {background-color:white;}
body.body {background-color:dark;}

