From 6d0f14d7c85b462bee32870f3855fc42c436386d Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 13:41:34 +0000 Subject: [PATCH] Position of code background should be fixed --- sitefiles/sig.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index d66d690..74d0091 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -5,7 +5,7 @@ .codeForeground{ font-family:'Courier New', Courier, monospace; - position:absolute; + position:fixed; left:-12px; top:-8px; z-index:-4999; @@ -24,7 +24,7 @@ .codeBackground{ font-family:'Courier New', Courier, monospace; - position:absolute; + position:fixed; left:-12px; top:-8px; color:#44FF44;