Compare commits

...

1 Commits

Author SHA1 Message Date
daserge 368cbcbc41 CB-9378 Fix InAppBrowser not taking whole screen on Windows 2015-07-16 21:35:59 +03:00
+2 -2
View File
@@ -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);