#CSSWTF The scrollbar is a part of which box?
https://codepen.io/thebabydino/pen/LYKKqVQ
You would think
`background: teal content-box`
and
`background: linear-gradient(teal 0 0) content-box`
produce the same result. Except...
`background: teal content-box` doesn't stretch under transparent scrollbar track
`background: linear-gradient(teal 0 0) content-box` stretches under transparent scrollbar track
#CSS #WTF #code #coding #frontend #scroll #web #dev #webDevelopment #webDev