Large form: bring to front
Large form: bring to front
chris.cavage
Posts: 46Questions: 12Answers: 0
Please see the picture attached. Large modal forms are hidden behind my top page menu. Thanks! Great plugin! Happy I purchased it.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Its a z-index issue. Editor's lightbox (
div.DTED_Lightbox_Wrapper
) has a default z-index of 11. Your fixed position header might be higher than that. You could specify a CSS rule that will increase Editor's z-index to an appropriate value.Alternatively, use the
windowPadding
option of thelightbox
field type to increase the padding Editor uses for the lightbox.Allan
Thank you. I actually changed the .css file to make the z index higher. It works.