diff options
Diffstat (limited to 'src/content/site-style.ts')
-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; } |