diff --git a/src/firefoxos/InAppBrowserProxy.js b/src/firefoxos/InAppBrowserProxy.js index f945927..f0d44c1 100644 --- a/src/firefoxos/InAppBrowserProxy.js +++ b/src/firefoxos/InAppBrowserProxy.js @@ -72,6 +72,7 @@ var IABExecs = { function updateIframeSizeNoLocation() { browserWrap.style.width = window.innerWidth + 'px'; browserWrap.style.height = window.innerHeight + 'px'; + browserWrap.style.zIndex = '999999999'; browserWrap.browser.style.height = (window.innerHeight - 60) + 'px'; browserWrap.browser.style.width = browserWrap.style.width; }