removing scroll bars
Hey! Welcome to the freeCodeCamp’s community forums.
You can remove the scroll-bar from an element if you add “overflow: hidden” to its containing element. However its generally not a good idea to do it because the content inside the container will not show up to the users.
If you’re having trouble with a particular question, just add the code here on the forums and one of us will gladly help you!
To add code to your post, just add ``` (keep in mind these are backticks, not commas) at the start and end of your code.
Hope this helps!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.