« Web, HTML, Tech Forum

How do I put my comments in a scroll box?

I've tried everything :(


Report Topic

1 Reply

Reply by Ivan

posted
updated

Hi, if you mean "Your friends comments" section, try this:


.friends .inner {
    overflow-y: scroll;
    max-height: 640px;
}


Permalink Report Reply