CB-9378 Fix InAppBrowser not taking whole screen on Windows
This commit is contained in:
parent
5c7a9d95a8
commit
368cbcbc41
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user