Editor header 'hidden' by body
Editor header 'hidden' by body
RagnarGrootKoerkamp
Posts: 48Questions: 14Answers: 1
in Editor
We made a button in the top right of the editor popup, and after the 1.6 update it does not work anymore.
It seems that the relative
positioning of the body prevents clicking though the padding that covers the header.
Fixed it by setting z-index: 1;
on the header.
(I'm not sure whether this should be considered as a bug, since making buttons in the header is weird anyway. Also, setting the z-index feels a bit ugly, but works just fine.)
This discussion has been closed.
Replies
I think that's okay. I suspect that was related to the work done on the processing indicator which is now purely CSS based and required a little reworking of the header's layout. Setting the z-index is absolutely fine.
Thanks for letting me know about it though!
Allan