diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-15 21:06:57 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-15 21:18:57 +0900 |
commit | 44aa90184f95a924c929ba7e67a991c3389e97a6 (patch) | |
tree | 6ceec05566f8fc5639c695b6fe5b7bac8668e27e /src/content | |
parent | a50c7dd0a20cbef8860c3592ae70d3813d94b78d (diff) |
Fix console iframe styles
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/console-frame.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/content/console-frame.scss b/src/content/console-frame.scss index 33bfff3..dece648 100644 --- a/src/content/console-frame.scss +++ b/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; } |