My b2evolution Version: 1.9.x
Okay so thats my problem: I want to use a non flexible backround-image and to avoid comments standng out, i want to use a scrollbar in the whole comment area. I made an extra part in my css file with the size for the comment area and "overflow: scroll;" but i just dont know where to put this in. any ideas, so that just the comment area has a scrollbar? :)
the comments are generated by the _lastcomments.php file in either the ../blogs/skins/your_skin/ folder or the ../blogs/skins/ folder.
There you find the comments wrapped in a
container.
you can change the css for this bComment by including the scrollbar.
Good luck