Comments on [ F2U ] Quiet All Comments

i'm interested in using this code, but i'm not fond of how the scroll bar sort of sits on top of the text. i'm not terribly good with html, though; is there a way to move that even the slightest bit to the right, or is it just doomed to have the text a little scrunched forever?

beautiful code, besides that! i might use it regardless :)

you would have to remove the p-3 from

<div id="carousel" class="card bg-faded p-3 border-0 carousel slide carousel-fade h-100" style="border-radius:15px;" data-pause="false">

to each of the carousel-slides:

 <div class="carousel-item active p-3" style="height:350px; overflow-y:auto; overflow-x:hidden;">

(before you copy and paste the entire snippet, the example above is only for the BASIC slide btw)

hope that helps!  i don't have the scrollbars function (imac user) so it's easy for me to miss stuff like this x']