If I change the css to the following, all is fine on desktop and ios devices:
.fancybox-overlay {
position: relative;
top: 0;
left: 0;
overflow: hidden;
display: none;
/* z-index: 9999;*/
background: url('fancybox_overlay.png');
}
On Thursday, February 14, 2013 2:35:26 PM UTC+8, Peter Browne wrote: