Hello. The “section-bio” has a horizontal scrolling animation. But unfortunately a scroll bar appears and I can’t figure out how to get rid of it. Thank you!
Hello,
You can use this code ::-webkit-scrollbar { display: none; } to hide the scrollbar and see if it solves your problem.