diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-01 16:29:36 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-01 18:08:38 +0900 |
commit | 02ea10a357955752dda4c72c49de2340997c9818 (patch) | |
tree | 1cb621bd8ea538e128a7263012d3c8bc077e2e0d /src/console/console-frame.scss | |
parent | 2312ba6560fe8ca81a6ed100a726fe970cba1fd5 (diff) |
show error text
Diffstat (limited to 'src/console/console-frame.scss')
-rw-r--r-- | src/console/console-frame.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/console-frame.scss b/src/console/console-frame.scss index 1bab2b0..33bfff3 100644 --- a/src/console/console-frame.scss +++ b/src/console/console-frame.scss @@ -8,4 +8,5 @@ position: fixed; z-index: 10000; border: none; + pointer-events:none; } |