Home › Forums › CSS › Bug? background: linear-gradient › Reply To: Bug? background: linear-gradient
June 17, 2016 at 7:02 am
#242989
Participant
Here is a demo:
http://codepen.io/kvana/pen/beeXBe
It does seem weird… maybe chrome considers the height of the body to be 0, if there isn’t any content?
As a work-around you could give the body a min-height of 1 pixel maybe?