cleditor iframe problem

cleditor iframe problem

Hello:

I'm having a problem with the Cleditor iframe. Following is a screen shot, even though my height setting is 300, this only controls the textarea box. It does not control the iframe. When I paste large quantities of text into the editor, the text overflows the textarea and pushes the iframe out. See image below:



As you can see the text is overflowing the actual cleditor. The red border shows the iframe, as I added border settings to the iframe within the cleditor.css file - the settings are changed as follows:

  1. .cleditorMain iframe {border:8px solid red; margin:0; padding:0}

So .. now that I can prove the text is overflowing the cleditor control because of the iframe height, how can I address the problem. Putting a max-height in the iframe settings (as I did for the border) does not solve the problem.

Thanks in advance - Pavilion