Trying to get a (scrollbar)* slider on Activity Feed
Using Jamroom
This is the code to make the "Activity Feed" scroll and be 300px high.
#widget_id-9 {
height: 300px;
overflow-y: scroll;
}
And this is the code to make the "Latest Discussions" box scroll:
#widget_id-40 {
height: 300px;
overflow-y: scroll;
}
So put that at the bottom of one of the .css files at:
/skins/paPerrieNingja/css/
perhaps site.css or skin.css