I-- am not very good at CSS. Anyway, my general inquiry: Is it based off of sections (ie. seperate ones for pets and medals) or is it based off of columns. The other question would be how would I go about adding them, since I mostly could only find stuff about scrollbar overlays, 'invisible' scrollbars, etc. 😞
[@.Sei]
div {
overflow: scroll;
}
the property values can be set to visible, hidden, scroll, auto, initial, or inherit, and there's an article here that explains what each value does; i typically always have my value set to auto. additionally, if you're wanting to add a horizontal scrollbar instead of a vertical one, your property would be overflow-y instead. hope this helped!!
[img align=center]http://i.imgur.com/6Yp07H5.gif[/img]