With touch devices (mobile, touchpads, etc.) I need to set the background-color of a page when scrolling off the body:
I tried setting the background color of the HTML:
html {
background-color:#00BD9C;
}
It worked as seen on the movie. However I need a white background-color for the bottom of the page. background-image for html doesn't work with scrolling off. I thought of using a gradient. Is there a better way?
