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?
8 Replies
You'll have to share your code in codepen or something similar
GitHub?
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
Alright
Here it is
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