I have created a theme layer to display
Multilevel Tags in the sidebar. I want to limit the height of the box to 300px so that if the tags box overflow, it will displays scrollbar. However, when I tried this code:
ul.tagList {width: 90%; height: 300px; overflow: auto;}
It doesn't work. I tried .sidebox ul.tagList, .sidebox #freetextbox and various variations without effect. Is it possible to customize the freetext box? Thank you in advance for your help.