ok but seriously i created a box in my code that i can't find anymore but it's messing with the dimensions and adds a scroll to the right and to the bottom im about to yeet myself off a cliff
I can try to help if you show me the code.
also there is a way to turn off scroll bars using CSS (or style) attach this to the container that's getting the scroll bar:
overflow: hidden;
Reference: https://www.w3schools.com/css/css_overflow.asp
Comments
You must be logged in to comment.