how to eliminated scroll bar?
# 🤝help
b
This is the scroll bar that shows up when the dynamic carousel shows up. I would like to know if it's possible to eliminated this, and center the cards from the carousel. https://cdn.discordapp.com/attachments/1226947850353639504/1226947850512891936/Screenshot_2024-04-08_at_12.14.10_PM.png?ex=66269f3b&is=66142a3b&hm=290466532b86641aa081bb5373b018d196ef579d2dd4823f7e6f11bcb6d9518d&
f
I am not the best at CSS, but I believe I have done this before. There is different styling for different browser, so make sure to include them https://www.stefanjudis.com/snippets/how-to-color-the-browser-scrollbar-across-browsers/
You can find all of the classes in the stylesheet by hitting ctrl + f and searching for scrollbar. Then make sure to set them to none, or hide.
b
Hmmm gotcha, bestt @fresh-fireman-491
f
If you can't fix it let me know, and I can try and go back in my projects, and see which one I removed it in