aboutsummaryrefslogtreecommitdiff
path: root/src/content/site-style.ts
diff options
context:
space:
mode:
authorSteve Fromwork <stevefromwork@live.com>2020-08-31 13:29:18 +0900
committerSteve Fromwork <stevefromwork@live.com>2020-08-31 13:29:18 +0900
commit742d16ab848ecbda58fee42745c57567a97db382 (patch)
treefd1a37cdb62c78b1be2e0170345216acd73f3901 /src/content/site-style.ts
parent1ed179dd8cb462e12b8eee4fd186c36f1cf3307d (diff)
Prevent setting of console frame background
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 0c335fc..2fc3d5a 100644
--- a/src/content/site-style.ts
+++ b/src/content/site-style.ts
@@ -9,7 +9,7 @@ export default `
position: fixed;
z-index: 2147483647;
border: none;
- background-color: unset;
+ background-color: unset !important;
pointer-events:none;
}