in your theme pinky promise, i wanted to add more muses (which i was able to ) is there any way to add a scrolling option? they end up going past the container instead of being able to scroll down
hiya ! you’ll have to find the following section of code and change the highlighted values. i changed margin-top to 20px & height to 430px in order to achieve this look.
.muse { position:absolute; margin-left:auto; margin-right:25px; margin-top:40px; width: 480px; height:auto; overflow-y:auto; overflow-x:hidden; text-align:center; font-size:9px;}












