Fix console iframe styles

This commit is contained in:
Shin'ya Ueoka 2017-11-15 21:06:57 +09:00
parent a50c7dd0a2
commit 44aa90184f

View file

@ -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;
} }