fixed canvas

This commit is contained in:
Never 2026-01-13 17:44:33 +01:00
parent f25531690f
commit 8248b5cc88
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ body {
} }
#tv-screen { #tv-screen {
position: absolute; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
z-index: -1; z-index: -1;

View file

@ -49,7 +49,7 @@ body {
} }
#tv-screen { #tv-screen {
position: absolute; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
z-index: -1; z-index: -1;