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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -