diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-09-21 14:20:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-21 14:20:10 +0900 |
commit | 748ab17dc61a2bb3f1c1e3ea4b43d13ef23d8edf (patch) | |
tree | c8f400bedf6fe5e15bbb4e548f716109945c575e /src | |
parent | 6217718ac5e8653803c227903c8ce15f32e605c8 (diff) | |
parent | 6f70a9212ab94fe7a2aed265bf470204f8e1d11a (diff) |
Merge pull request #822 from dev-output/console-frame-rendering-fix
Console frame rendering fix
Diffstat (limited to 'src')
-rw-r--r-- | src/content/site-style.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/site-style.ts b/src/content/site-style.ts index 0c335fc..3748c6b 100644 --- a/src/content/site-style.ts +++ b/src/content/site-style.ts @@ -8,8 +8,8 @@ export default ` height: 100%; position: fixed; z-index: 2147483647; - border: none; - background-color: unset; + border: none !important; + background-color: unset !important; pointer-events:none; } |