fix position of crt effect

This commit is contained in:
2026-03-25 14:15:17 +01:00
parent 1a8adbcfd8
commit 8f796bfaf0

View File

@@ -208,7 +208,7 @@
.crt::before {
content: " ";
display: block;
position: absolute;
position: fixed;
top: 0;
left: 0;
bottom: 0;