DEV Community

Discussion on: Show me your personal website/portfolio

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast • Edited

Really nice, I noticed that you have horizontal scrollbars on your page caused by the 100vw which is used on the div right inside the header element, give the header 100% width and replace the 100vw with 100% too, it will make the issue gone. But other than that it is really nice, nice power level ;)

Collapse
 
andrewbaisden profile image
Andrew Baisden

Thanks for the feedback I will look into it. I don't see those scrollbars though what OS and browser did you see it in?

Thread Thread
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

13 inch MacBook pro, with the native mac os, latest chrome browser, I have an always visible scrollbar, and the 100vw never counts with the width of the scrollbar. I hope this information will help you to debug ;)