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
Jochemβ€’3mo ago
You'll have to share your code in codepen or something similar
Jochem
Jochemβ€’3mo 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
MarkBoots
MarkBootsβ€’3mo ago
you have set overflow-y: scroll, that will always show the scroll bar even if there is no overflow change it to auto
π•­π–šπ–‡π–šβœΎ
Alright, thank you so much