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