From 8248b5cc88c690d31e7b523f2c649e1acf87f49f Mon Sep 17 00:00:00 2001 From: Never Date: Tue, 13 Jan 2026 17:44:33 +0100 Subject: [PATCH] fixed canvas --- public_html/eh/eh/eh/eh-eh/style.css | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/eh/eh/eh/eh-eh/style.css b/public_html/eh/eh/eh/eh-eh/style.css index 84b246b..d17ebe0 100644 --- a/public_html/eh/eh/eh/eh-eh/style.css +++ b/public_html/eh/eh/eh/eh-eh/style.css @@ -49,7 +49,7 @@ body { } #tv-screen { - position: absolute; + position: fixed; top: 0; left: 0; z-index: -1; diff --git a/style.css b/style.css index 84b246b..d17ebe0 100644 --- a/style.css +++ b/style.css @@ -49,7 +49,7 @@ body { } #tv-screen { - position: absolute; + position: fixed; top: 0; left: 0; z-index: -1;