Skip to content

Commit a6abd0e

Browse files
author
Ives van Hoorne
committed
Don't make loading screen top screen
1 parent e5f5ab5 commit a6abd0e

File tree

1 file changed

+2
-1
lines changed
  • packages/app/src/sandbox/status-screen

1 file changed

+2
-1
lines changed

packages/app/src/sandbox/status-screen/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ function createOverlay() {
2828

2929
iframe.setAttribute(
3030
'style',
31-
`position: fixed; top: 0; left: 0; width: 100%; height: 100%; border: none; z-index: 2147483647;`
31+
`position: fixed; top: 0; left: 0; width: 100%; height: 100%; border: none; z-index: ${2147483647 -
32+
2};`
3233
);
3334

3435
iframe.onload = () => {

0 commit comments

Comments
 (0)