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 ?
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 ?
We will have 2 elements : the parent section which contains the child widget (that will be scrollable):
You need to enable scrolling on the parent section:
The parent section will need to be have the Flex
configuration
The child widget will need to have the Auto(max)
configuration
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.