Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Bug? background: linear-gradient Reply To: Bug? background: linear-gradient

#242989
bearhead
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?