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 Report
Pub: 19 Jan 2025 15:35 UTC
Views: 42