posted 1700345652
Forum: Web, HTML, Tech
View Topics View Profile
i do not know how pls help
Report Topic
Sort Replies: Oldest Newest Newest Oldest
posted 1700357234
.profile .friends{
height: 100px !important;
overflow: scroll
}
U can change the height to whatever you want :)
Permalink Report Reply
posted 1700358094
idk why but it does not work
posted 1700648864
This should do what you're looking for. Adjust the height as desired.
<style>
body > div > main > div.row.profile > div.col.right > div:nth-child(4) {
height: 200px;
overflow: scroll;}
</style>