diff --git a/src/windows/InAppBrowserProxy.js b/src/windows/InAppBrowserProxy.js index 3d65685..23f6e54 100644 --- a/src/windows/InAppBrowserProxy.js +++ b/src/windows/InAppBrowserProxy.js @@ -176,6 +176,7 @@ var IAB = { } popup.style.borderWidth = "0px"; popup.style.width = "100%"; + popup.style.marginBottom = "-3px"; browserWrap.appendChild(popup);