Skip to content

Commit 1a392f3

Browse files
author
Ives van Hoorne
committed
Make load-screen higer than error
1 parent 6e56712 commit 1a392f3

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

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

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

3534
iframe.onload = () => {

0 commit comments

Comments
 (0)