How can I make my markdown (or other widget) scrollable in Workshop?

I have a very long text I want to show in a small area on my application.
I want to make it scrollable so that users can see the whole text.

How can I make a markdown or another long widget scrollable in Workshop ?

1 Like

We will have 2 elements : the parent section which contains the child widget (that will be scrollable):
image

You need to enable scrolling on the parent section:
image

The parent section will need to be have the Flex configuration
image

The child widget will need to have the Auto(max) configuration
image

The final result:

Note: If the text is cut at the end, you will need to increase the “max” size in the Auto(max) configuration of the markdown widget.
image

3 Likes