« Web, HTML, Tech Forum

How do I put my comments in a scroll box?

I've tried everything :(


Report Topic

4 Replies

Sort Replies:

Reply by Ivan

posted
updated

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


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


Report Reply

Reply by orborneee

posted

Try this formula:  


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


Report Reply

Reply by Kara Mari

posted

Your articles have helped me to learn a lot of interesting information on this topic and they are important material from which I can come up with many good ideas. route planner


Report Reply

Reply by donna1205

posted

You can further customize the appearance rainbow friends of the scroll box by modifying the CSS properties such as background color, font size, padding, etc. Feel free to experiment with the code and CSS styles to achieve the desired look for your scroll box.


Report Reply