Task Form Using iFrame of Nintex Form

  • 18 April 2017
  • 1 reply
  • 19 views

Badge +7

I do a lot of heavy lifting in the original nitnex Request form in a list.

I'd like to surface a view of this form as part of a task form in a later workflow. I am trying to use an Iframe which works well, except I find I am getting vertical clipping of my iframe (i.e. content is getting cut off). I don't want to set a fixed height because content will change. I would be ok with a scroll bar but I can't seem to get the iframe to show me a verticla scroll bar, even when I try to add overflow-y: scroll on every single div I can find in the dev console.

Basically it seems like the iframe doesn't know how tall the content is?

Am i missing something?

thanks


1 reply

Badge +7

Figured it out. Needed to set html.ms-dialog {overflow-y: auto !important;} but on the CSS of the form being called, not from the iframe itself.

Reply