diff options
author | Steve Fromwork <stevefromwork@live.com> | 2020-08-31 13:29:18 +0900 |
---|---|---|
committer | Steve Fromwork <stevefromwork@live.com> | 2020-08-31 13:29:18 +0900 |
commit | 742d16ab848ecbda58fee42745c57567a97db382 (patch) | |
tree | fd1a37cdb62c78b1be2e0170345216acd73f3901 | |
parent | 1ed179dd8cb462e12b8eee4fd186c36f1cf3307d (diff) |
Prevent setting of console frame background
-rw-r--r-- | src/content/site-style.ts | 2 |
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; } |