# How to make scrollable container

**URL:** https://meta.discourse.org/t/how-to-make-scrollable-container/108493
**Category:** Support
**Created:** [February 6, 2019, 1:04pm UTC](https://meta.discourse.org/t/how-to-make-scrollable-container/108493 "2019-02-06T13:04:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Dani1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dani1/32/84172_2.png) [@Dani1](https://meta.discourse.org/u/Dani1)
#### Post date: [February 6, 2019, 1:04pm UTC](https://meta.discourse.org/t/how-to-make-scrollable-container/108493/1 "2019-02-06T13:04:05Z")

</div>

Hi! Anyone know how I can make a scrollable container in a Discourse Post?

Here’s an example of what I mean:  
[https://www.consulting.com/channel/why-your-mind-is-full-of-weeds](https://www.consulting.com/channel/why-your-mind-is-full-of-weeds)

This blog post consists of

1. video
2. blog post
3. transcript of the video – in a scrollable container.

I’m looking to recreate that Container in my Discourse.  
Can that be done?

Thanks!

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [February 6, 2019, 11:24pm UTC](https://meta.discourse.org/t/how-to-make-scrollable-container/108493/2 "2019-02-06T23:24:11Z")

</div>

This can be done in a theme component.

You would introduce the element in a `DIV` tag with a special data attribute and then add a CSS class for it.

@Johani can help guide you at specifics.

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [March 25, 2019, 6:54am UTC](https://meta.discourse.org/t/how-to-make-scrollable-container/108493/4 "2019-03-25T06:54:21Z")

</div>

We now have a theme component that allows you to add scrollable sections

> [@Scrollable Post Content](https://meta.discourse.org/t/scrollable-post-content/112479):
>
> discourse2Summary Scrollable Post Content will allow you to add scrollable sections in posts with one click!eyeglassesPreview [Preview on Discourse Theme Creator](https://discourse.theme-creator.io/theme/Discourse/scrollable-post-content)hammer_and_wrenchRepository Link [https://github.com/discourse/Scrollable-post-content](https://github.com/discourse/Scrollable-post-content)open_bookNew to Discourse Themes? [Beginner’s guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) Install this theme component Features Desktop Mobile

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [March 25, 2019, 6:54am UTC](https://meta.discourse.org/t/how-to-make-scrollable-container/108493/5 "2019-03-25T06:54:25Z")

</div>


