From 368cbcbc416d49eef40f951dc4cf3f968f448fc2 Mon Sep 17 00:00:00 2001 From: daserge Date: Thu, 16 Jul 2015 21:35:59 +0300 Subject: [PATCH] CB-9378 Fix InAppBrowser not taking whole screen on Windows --- www/inappbrowser.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/inappbrowser.css b/www/inappbrowser.css index 4dfb503..ef676c4 100644 --- a/www/inappbrowser.css +++ b/www/inappbrowser.css @@ -28,8 +28,8 @@ position: fixed; top: 0; left: 0; - width: calc(100% - 80px); - height: calc(100% - 80px); + width: 100%; + height: 100%; z-index: 9999999; border: 40px solid #bfbfbf; border: 40px solid rgba(0, 0, 0, 0.25);