« Web, HTML, Tech Forum

how do i add scrollbar to interest box

i know this has been asked before but none of them are very concise/are answered in a way that only people who have vast coding knowledge can understand. I... am rusty!!

i want to add both horizontal and vertical scrollbar for my interest box to add stamps but i cant seem to find out what specific class its under (i know its .details-table but that also affects the links table too) or the code to make the scroll bars in the first place (┬┬﹏┬┬) help


Report Topic

1 Reply

Reply by slouch

posted
updated

probably give its overflow property the scroll value.

https://developer.mozilla.org/en-US/docs/Web/CSS/overflow


having this only apply to your interests section will be tricky since most of the dom elements don't have id's 


you could try setting the height property manually for div.table-section since there are only two of them. (make the height small enough that the interests table will scroll but the links table won't). gl


Permalink Report Reply