Nintex Forms Drop-Down "z-index"

时间:2021-09-25 06:18:40

Now we’ve got the issue, that if we are working with a “Person-Column”, the drop-down where you can choose your user it will not be displayed correctly.

Nintex Forms Drop-Down "z-index"

Or

Nintex Forms Drop-Down "z-index"

And this error only happens at the People/Person Drop-Down

Solution:

1.    Nintex Forms Drop-Down "z-index"

2.

NWF$(document).ready(function () {
NWF$("div[formcontrolid=ce419b26-ef52-45fc-98fd-345968ede5ba]").css("z-index", "")
});