From 8f796bfaf0e2dd726a0250e6d86e65d2fa150eae Mon Sep 17 00:00:00 2001 From: luxick Date: Wed, 25 Mar 2026 14:15:17 +0100 Subject: [PATCH] fix position of crt effect --- css/crt.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/crt.less b/css/crt.less index 31f080c..f89d842 100644 --- a/css/crt.less +++ b/css/crt.less @@ -208,7 +208,7 @@ .crt::before { content: " "; display: block; - position: absolute; + position: fixed; top: 0; left: 0; bottom: 0;