CB-9378 Fix InAppBrowser not taking whole screen on Windows

This commit is contained in:
daserge 2015-07-16 21:35:59 +03:00
parent 5c7a9d95a8
commit 368cbcbc41

View File

@ -28,8 +28,8 @@
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
width: calc(100% - 80px); width: 100%;
height: calc(100% - 80px); height: 100%;
z-index: 9999999; z-index: 9999999;
border: 40px solid #bfbfbf; border: 40px solid #bfbfbf;
border: 40px solid rgba(0, 0, 0, 0.25); border: 40px solid rgba(0, 0, 0, 0.25);