I have my unity web player running in its own safari window, the unity web player is inside a div at 100% the window size. When the content loads a scrollbar appears on the right hand side even though there is nothing to scroll. Then if I resize the window another one appears at the bottom forcing the content to no longer fit in the window.
In firefox the second scrollbar never appears when I resize the window, any ideas on how to make that happen in safari, ie completely disable scrollbars and stop them appearing?
You can possibly hide the scroll bars by applying an “overflow: hidden” style to the body tag.