nyang550
@nyang550All solutions
- Submitted 3 months ago
QR code component
- HTML
- CSS
I often times find myself worrying about worrying about vertical scrolling on the page, especially when there isnt much content on it. This usually happens when I have to set the height for a certain element that should span the entire height. However when I use units such as vh, when I play with it in responsive mode through browser inspect, there is a scroll when I dont want there to be. Is there a way to fix this? Or should I just ignore it.