Nintex Forms - People control display issue in repeater section
Issue:
When a People control is added in a repeater section, user suggestions drop down would be buried within repeater section instead of overlaying it.
Resolution:
Add the following CSS to the form.
NOTE: This issue seems to be fixed in Nintex Forms 2.10.1.0
When a People control is added in a repeater section, user suggestions drop down would be buried within repeater section instead of overlaying it.
Resolution:
Add the following CSS to the form.
div.nf-repeater.nf-droppable-container { overflow: visible !important; }
Comments
Post a Comment