dondakeoresama: (Default)
dondakeoresama ([personal profile] dondakeoresama) wrote in [community profile] style_system2012-07-12 02:53 am
Entry tags:

Scrollbar for Tags List? [SOLVED]

Hi folks!  I just joined this community, its nice to meet you all.  I just have one straightforward question.  I looked through this community, but did not find something that answered my question.

Theme I am Using: Able Constructs, Practicality

Query: Is there a CSS code to add a scrollbar to the Tags List in the sidebar? My Tags List is growing too long and I don't like to have to scroll down the whole page to look for my tags.

I should add I don't understand CSS much at all.

Thank you for any advice you can give me folks!  Help much appreciated.

Edit: Problem SOLVED!
syntheid: [Elementary] Watson drinking tea looking contemplative (Default)

[personal profile] syntheid 2012-07-11 07:12 pm (UTC)(link)
Should be able to do something like


.module-tags_cloud .module-content {
  overflow: auto;
  height: 200px;
}


And adjust to the height you want.