Question: How to make a scrollbar?? (HTML)

Posted 6 years, 5 months ago by boom-boxxy

I'm not well versed in HTML editing at all, and I want to make the relationships section scroll so I can fit in more characters without making the page itself a mile long. Here's the code I'm using! I would like to keep everything the same, except the text in the relationships on the bottom can scroll for more. Thank you for your time!

https://toyhou.se/1334362.haha-test-am-i-right?key=4ABo7LyFU0jkVXv

SchwarzerAlptraum

Use overflow: auto. You need to set a specific height in order for that to work. I don't know if overflow: auto is blacklisted by Toyhou.se or not, but you can try it anyways. Bootstrap isn't considering having a class for that. If you want to do it the flexbox way, you can try this one: https://github.com/twbs/bootstrap/issues/22091

Pinky

unfortunately overflow only works with the use of CSS for premium users - it will not work with inline styling. however, an easy cheat is you can use the bootstrap "table-responsive" class to get the overflow property

I have a little mini guide about it here: https://toyhou.se/1442198.free-coding-resources/1448515.scrollbars

hope that helps!