Comments on [ F2U ] Perfume All Comments

Hi ! I used your code for this character but I have a question:  

how to prevent the information part from lengthening? I would like it to scroll instead but I don’t know how to do it...


9oo2.png

hello!  to make a card or div scrollable, you'd want to add an overflow:auto and a height!

try adding those two at the end of this part of the code like this!

<div class="card border-0 p-3 h-100" style="border-radius:20px; background:#fefefe; overflow:auto; max-height:350px;">

Thank you !