Webkit scrollbar CSS, always a white box in corner
This is a little out of date, but in chrome, you can set background colour to rgba(0,0,0,0). Anything with alpha 0 and the box won’t show :)! ::-webkit-scrollbar-corner { background: rgba(0,0,0,0); }