Duc Anh Nguyen
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
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
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
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
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