Skip to main content
Nintex Community Menu Bar

People picker search result cut off inside panel

  • July 27, 2017
  • 4 replies
  • 23 views

Forum|alt.badge.img+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

Forum|alt.badge.img+13
  • Novice
  • July 27, 2017

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?


Forum|alt.badge.img+2
  • Author
  • July 27, 2017

This issue exists in different browser too


Forum|alt.badge.img+14
  • Scholar
  • July 27, 2017

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.


Forum|alt.badge.img+2
  • Author
  • July 28, 2017

I will contact Nintex Support. 

Thank you happy.png