People picker search result cut off inside panel


Badge +2

Hi,

I have placed people picker inside panel(will show up when specific condition meets). But search result will cut off inside panel when I try to search people.

I have tried using below codes but none of them works out.

1. z-index: 510 !important;

2. NWF$(document).ready(function () {
NWF$("div[formcontrolid='']").css("z-index", "0")
});


3. fieldset.panel-clear>div {

overflow-x: inherit !important;
overflow-y: inherit !important;
}

fyi, I am using Nintex form 2010

Version: 1.11.3.1

Regards,

Chaithra


4 replies

Userlevel 6
Badge +13

Afraid I can't help an awful lot more than saying that this is not an issue in O365. Try a different browser to see if the issue is the same across browsers?

Badge +2

This issue exists in different browser too

Userlevel 5
Badge +14

for NF2013 this issue was fixed in march 2017's release, but it doesn't seem to be so for NF2010 yet.

I'd recommend to contact ‌, maybe they would be able to provide a workaround.

Badge +2

I will contact Nintex Support. 

Thank you happy.png

Reply