Editor Form height
Editor Form height
Hi Allan,
I have an editor have only two fields, out of that one is "Drop down", the problem which I a facing is that once I want to choose item from drop down list the items is not showing properly.
I am attaching a image so it can be easy to understand what I mean,
Is there any way to set the lightbox form height little bit more so the dropdown items will show properly ?
This discussion has been closed.
Answers
Which select control type are you using there - it looks like Select2? If you use just the regular
select
it will work fine, but it looks like the relative positioning is causing the issue.You could use:
Or possibly better:
but a better solution would be to have Select2 fix itself to the body which can be done with the
dropdownParent
option of Select2.Allan
Thankyou very much for you reply, I am using "chosen control"