Is there a way to programmatically change the Editor (lightbox) height?
Is there a way to programmatically change the Editor (lightbox) height?
almircampos
Posts: 13Questions: 5Answers: 0
The problem should be trivial, but I wasn't able to find a solution: I have three fields to edit, and one of them is a select (I'm using the selectize.js plugin). When the select opens, the dropbox doesn't fit in the form box.
I this specific case I don't want to define the values for the div.DTE div.DTE_Form_Content in a <style> tag.
Thank you,
Almir
This discussion has been closed.
Answers
What to do is use the
dropdownParent
option of the Selectize library. The issue is that it is attaching itself inside the lightbox which hasvisibility: auto
set in order to allow scrolling.Allan