select2.js in Lightbox

Hello, I need multiselect to apply tags tasks. Try to use Select2, but dropdown created by this plugin is appears behind Lightbox form.

Hello,

Please, provide with the demo. I’m not fully understand what’s happened.

You can add two or more sections with type “select” to the lightbox area
docs.dhtmlx.com/gantt/desktop__select.html

Hi,
try setting bigger z-index to select2 element, e.g.

.select2-container{ z-index:10002; }
The default lightbox currently has z-index of 10001

Thank you, Aliaksandr,
z-index solves problem!