My tag list on the sidebar is huge. I could put the option to not have them shown at all. But that's not what I want. So I figured to put the tag list in a scrollbar. However when I added
height: 150px; overflow: auto; to ul.sbarlist { it created a two huge gaps. How do I get rid of the gaps while still having them in a scrollbar?. Livepreview at
recycle
Comments 4
ul.sbarlist + ul.sbarlist {
height: 150px;
}
Reply
Reply
Reply
Reply
Leave a comment