I have this:
{
view:‘template’,
id: ‘content’,
css:‘content’,
content: ‘inner-container’,
scroll:‘auto’,
}
In this inner-container I render a ckeditor among with other uis…!
First everything is great and looks like it should. But AFTER maximization the ckeditor “he” override everything from the parent to the content-div and all children in there. So everything disappears. Cause he delete the css and write this as a new style into the content-container with: position: relative;overflow: visible;z-index: 9995; and the position: relative makes the mess!!
So my question is for this shit can we have a workaround so the editor doesn’t destroy my view …
Thank you all for your help
Michael