Skip to content

Commit bf1e9d9

Browse files
committed
[frontend] fix shell z-index
1 parent 5a24ffd commit bf1e9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Shell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Shell.style = css`
101101
transform-style: flat;
102102
}
103103
.container.active {
104-
z-index: 1;
104+
z-index: 0;
105105
}
106106
.container .devtools {
107107
position: relative;

0 commit comments

Comments
 (0)