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