mon . .'s profile picture

Published by

published

Category: Blogging

how do u add the scroll bar thing

like when ur showing ur stamps u can likee scroll instead of them just being there,, idk if that makes sense but help. . . plss


0 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

lucien zeal

lucien zeal's profile picture

you want to put the stamps in what's called a scrollbox, which is basically a html "div" element with a set height that can scroll down

something like:

< div style="height: 200px; overflow-y: scroll;">
code for your stamps here
< /div>

(delete the spaces after the < those are just so the code appears in the comment text, and play around with the height number for a bigger or smaller one)


Report Comment



TYSM OMLL I was so confused u saved me 🙏

by mon . .; ; Report