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>

Image description

2.

  • you can change the height, i preferably use em!
  • you can change #container01 id to container number of your choice. if you're a pro standard user, click the container and press this ⚙️ icon at top

Image description

your outcome Image description

Edit
Pub: 15 May 2022 04:25 UTC
Edit: 15 May 2022 04:34 UTC
Views: 1340