diff --git a/src/windows/InAppBrowserProxy.js b/src/windows/InAppBrowserProxy.js index 4776a4f..2ce8819 100644 --- a/src/windows/InAppBrowserProxy.js +++ b/src/windows/InAppBrowserProxy.js @@ -181,7 +181,7 @@ var IAB = { } popup.style.borderWidth = "0px"; popup.style.width = "100%"; - popup.style.marginBottom = "-3px"; + popup.style.marginBottom = "-5px"; browserWrap.appendChild(popup);