How to make height and width responsive

I’ve been working on this project for a while and it works perfectly just how I want it on my pc but when I try to run the code on other devices it has this weird scroll bar towards the right. Can I please get some assistance with this?
No description
No description
8 Replies
Jochem
Jochem10mo ago
You'll have to share your code in codepen or something similar
✰
OP10mo ago
GitHub?
Jochem
Jochem10mo ago
Github pages preferably You want people to help, they're more likely to if they can see what's going on in their own browser by just clicking a link
✰
OP10mo ago
Alright
✰
OP10mo ago
Here it is
MarkBoots
MarkBoots10mo ago
you have set overflow-y: scroll, that will always show the scroll bar even if there is no overflow change it to auto
✰
OP10mo ago
Alright, thank you so much

Did you find this page helpful?