is it possible to include a scrollbar in a widget? if so how?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Ben Potter@Speedysnail6

Ben Potter - 0 likes
- Matt Beckett@Beck24

Matt Beckett - 0 likes
You must log in to post replies.you could use iframe. google how to do iframes.
also depending on what it is you're doing, you can use css. Give a wrapper div a defined height and set overflow-y: auto - when the content extends beyond that height a scrollbar will appear. It's much cleaner than an iframe.