From c582d6b745cd82b4588a04cee351440f40293ed6 Mon Sep 17 00:00:00 2001 From: neru Date: Mon, 1 Jun 2026 15:38:26 -0300 Subject: [PATCH] fix?: ensure canvas position and block selection --- src/app/fear/page.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/fear/page.css b/src/app/fear/page.css index 5f58ba7..434c512 100644 --- a/src/app/fear/page.css +++ b/src/app/fear/page.css @@ -1,4 +1,10 @@ .canvas { width: 100vw !important; height: 100vh !important; + position: absolute; + top: 0; + left: 0; + outline: none; + user-select: none; + touch-action: none; } \ No newline at end of file