Comments on [ F2U ] Perfume All Comments Start of Thread Parent

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 !