html - Foundation background color issue -


i developed fe of application zurb foundation css. although seemed work fine, noticed background color of application not visible on vertical scroll. here screenshot enter image description here

i tried fix issue changing

 body{      height:100%;  } 

to

 body{       min-height:100%;   } 

it solved issue, caused background wrap around lesser content on home page.


Comments