Fix console iframe styles
This commit is contained in:
parent
a50c7dd0a2
commit
44aa90184f
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 10000;
|
z-index: 2147483647;
|
||||||
border: none;
|
border: none;
|
||||||
|
background-color: unset;
|
||||||
pointer-events:none;
|
pointer-events:none;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue