iPhone on iOS 7 with it's lovely translucency everywhere is wonderful.
Except in chrome when you have a select element near the bottom of the page. The options spinner has no content to be transparent over and so is transparent over black.
I've made a simplified case http://jsfiddle.net/bXMkb/6/
<div class="push"></div>
<select ...
html, body { height: 100%; background:orange; }
.push { height:90%; }
Safari uses white rather than black and that works nicely, so clearly it's changeable at the native level, does anyone know of a way to set the background colour of the outside of the document? possibly with a meta tag.