aboutsummaryrefslogtreecommitdiff
path: root/src/content/site-style.ts
diff options
context:
space:
mode:
authorSteve Fromwork <stevefromwork@live.com>2020-08-31 13:34:32 +0900
committerSteve Fromwork <stevefromwork@live.com>2020-08-31 13:34:32 +0900
commit6f70a9212ab94fe7a2aed265bf470204f8e1d11a (patch)
tree22a86676142964d5f769731ba47e484d59bfb106 /src/content/site-style.ts
parent742d16ab848ecbda58fee42745c57567a97db382 (diff)
Prevent setting of console frame border
Diffstat (limited to 'src/content/site-style.ts')
-rw-r--r--src/content/site-style.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/site-style.ts b/src/content/site-style.ts
index 2fc3d5a..3748c6b 100644
--- a/src/content/site-style.ts
+++ b/src/content/site-style.ts
@@ -8,7 +8,7 @@ export default `
height: 100%;
position: fixed;
z-index: 2147483647;
- border: none;
+ border: none !important;
background-color: unset !important;
pointer-events:none;
}