Fix console iframe styles

jh-changes
Shin'ya Ueoka 7 years ago
parent a50c7dd0a2
commit 44aa90184f
  1. 3
      src/content/console-frame.scss

@ -6,7 +6,8 @@
width: 100%;
height: 100%;
position: fixed;
z-index: 10000;
z-index: 2147483647;
border: none;
background-color: unset;
pointer-events:none;
}