samclarke / SCEditor

A lightweight HTML and BBCode WYSIWYG editor
http://www.sceditor.com/
Other
660 stars 188 forks source link

Fullscreen z-index problem for many instances #95

Closed lpuig closed 11 years ago

lpuig commented 11 years ago

Hello,

Using fullscreen option when there are many SCEditor on same page shows a problem with z-index.

Thanks!

[Image removed]

lpuig commented 11 years ago

Hello,

I fix it by CSS file:

.sceditor-maximize { z-index: 1010; }

samclarke commented 11 years ago

Thanks for reporting!

I had fixed this in the base theme but I had forgotten to add the updated minified files. It should now be fixed.

I've also remove the screenshot for your privacy as it had your e-mails visible in it.

lpuig commented 11 years ago

Thanks again!