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
Jochem11mo ago
You'll have to share your code in codepen or something similar
✰
OP11mo ago
GitHub?
Jochem
Jochem11mo 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
✰
OP11mo ago
Alright
✰
OP11mo ago
Here it is
MarkBoots
MarkBoots11mo ago
you have set overflow-y: scroll, that will always show the scroll bar even if there is no overflow change it to auto
✰
OP11mo ago
Alright, thank you so much

Did you find this page helpful?