• Duc Anh Nguyen
    December 15, 2016 at 2:24 am #3282

    Hi,

    I am setting up an inbox which show a list of tasks. I have an problem about showing task content using Task UI Frame.
    When I click on item to do the task, modal section will show task content, but i can’t scroll down to see all components. And console does’t show error. What is exact error?
    I have some pictures describe about this problem.

    Regards,

    Duc Anh

    SPARK Support
    December 16, 2016 at 9:34 am #3311

    Hi Duc,

    I would suggesting nesting your controls in a Vertical Layout control and setting some of the size and configuration options.

    Regards,

    Stephen P.

    Duc Anh Nguyen
    December 20, 2016 at 11:44 pm #3331

    Hi,

    I had nesting my controls in a Vertical Layout control and setting width, height of Vertical Layout control but nothing change. I still can’t down to see all components.

    Have another way to fix it?

    Regards,

    Duc Anh.

    SPARK Support
    December 27, 2016 at 4:08 pm #3348

    Hi Duc,

    The y overflow in the iframe is set to be hidden by default.  To override this, add the following style to your task’s service by adding a Custom HTML control and pasting in this CSS.

    <style>
    body.in_ui_containment {
    overflow-y: scroll !important;
    }
    </style>

    Regards,

    Stephen P.

    Duc Anh Nguyen
    December 27, 2016 at 6:32 pm #3350

    Hi Stephen

    Thanks for your support. I had fix my problem by your answer.
    Firstly i thought that is error of task ui frame, but seem i false. 🙂

    Regards,

    Duc Anh

    SPARK Support
    December 28, 2016 at 9:21 am #3368

    Hi Duc,

    You are welcome.

    Regards,

    Stephen P.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Start typing and press Enter to search