spectre css sets a z-index of 100 for @z-index-1 used by its avatar styles which when you use simplemde in fullscreen mode leave you with avatars in front of the toolbar and edit area -- Not sure who should fix what here?
@prologic Do you have a online demo for that bug?
Thanks.
I can construct one; hold on
James Mills / prologic
E: [email protected]
W: prologic.shortcircuit.net.au
On Sat, Jul 15, 2017 at 11:50 PM, Yan Zhu notifications@github.com wrote:
@prologic https://github.com/prologic Do you have a online demo for
that bug?
Thanks.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/sparksuite/simplemde-markdown-editor/issues/610#issuecomment-315589766,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABOv-iDqUroG12R6eCskqpkfkA3yqx_Iks5sObK2gaJpZM4OY7D0
.
@prologic I think that it is up to you to override the simplemde z-index as it doesn't seams feasible to me that simplemde can compute the maximum z-index automatically.
As a developer you're the best person to know what is the maximum z-index and, as such, you can override simplemde fullscreen z-index as follow
.editor-toolbar.fullscreen, .CodeMirror-fullscreen { z-index: 101 !important; }
Most helpful comment
@prologic I think that it is up to you to override the simplemde
z-indexas it doesn't seams feasible to me that simplemde can compute the maximumz-indexautomatically.As a developer you're the best person to know what is the maximum
z-indexand, as such, you can override simplemde fullscreenz-indexas follow