Skip to main content

Does anyone know if there’s a way to add a scroll bar within a custom html element? A couple of my clients want to have a twitter feed embedded, but the html box cuts off the feed in an awkward spot.


Any help is greatly appreciated.

I think if you add overflow: scroll; /* Show scrollbars */ to the HTML code it should work. More info here: https://www.w3schools.com/howto/howto_css_force_scrollbars.asp


Reply