Stand Alone Editor Hides Background.
Stand Alone Editor Hides Background.
The sand alone editor fades out and hides my header and footer. My screens are not consistent because of that . So far the best I can do is change the fade in background CSS to color that is prevalent in the application.
div.DTED_Lightbox_Background {
background-color: cadetblue;
}
I attached an example of what the screen looks like know and what the other screens look like.
(https://datatables.net/forums/uploads/editor/zq/p7swjb42j1a7.png "")
.(https://datatables.net/forums/uploads/editor/ov/nbikxbmtpmf9.png "")
(https://datatables.net/forums/uploads/editor/zq/p7swjb42j1a7.png "")
This question has an accepted answers - jump to answer
Answers
Hi,
Thanks for your question. Just to check, as I'm afraid I'm not quite fully understanding, when the Editor fades in, and the fades out again, it is taking your pages' header and footer with it?!
Are they being set to
display: none
? You'll be able to check if they are in the document in the browser's inspector.Thanks,
Allan