how to
make a container scrollable
1. add this code to an embed
<style>
#container01 > .wrapper {
overflow-x: hidden;
overflow-y: scroll;
height:20em;
}
</style>

2.
- you can change the
height, i preferably useem! - you can change
#container01id to container number of your choice. if you're a pro standard user, click the container and press this ⚙️ icon at top

your outcome
