This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Large IT Shop request form

I am building a request form with a large Request Property group (30+ questions).  When requesting the item, the form extends beyond a page, but does not have a scrollbar.  Does anyone know how to add that?  I've tried adding the CssClass 'd1im-popup-large' to the VI_ITShop_Approvals, but that didn't seem to help.

Thanks!

Ellen

Parents
  • overflow-y: scroll will even make it worse. auto for both was slightly better. But you still might end up with two vertical scroll bars.

    Yes, another node as extension always for VI_Styles_RendererSetting_Default. For the other layout definitions, it's your choice.
    You can also add the HTML attribute style to a container, if you need it just for one occurance.
Reply
  • overflow-y: scroll will even make it worse. auto for both was slightly better. But you still might end up with two vertical scroll bars.

    Yes, another node as extension always for VI_Styles_RendererSetting_Default. For the other layout definitions, it's your choice.
    You can also add the HTML attribute style to a container, if you need it just for one occurance.
Children
No Data