From 8a23a49863b7489dfe8da175ae8b15fa0290ed9b Mon Sep 17 00:00:00 2001 From: "azykov@mail.ru" Date: Thu, 4 Jun 2026 09:52:58 +0300 Subject: [PATCH] fullscreen and no pull to refresh --- src/components/ThreeView.tsx | 2 +- src/index.scss | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/ThreeView.tsx b/src/components/ThreeView.tsx index 52e8d19..b14c24a 100644 --- a/src/components/ThreeView.tsx +++ b/src/components/ThreeView.tsx @@ -37,7 +37,7 @@ export const ThreeView = observer(function () { { name: 'right', keys: ['ArrowRight', 'd', 'D'] }, { name: 'jump', keys: ['Space'] }, ]}> -
+
state.worldEditor.resetSelectedObject()} diff --git a/src/index.scss b/src/index.scss index b02ea1a..679a3c8 100644 --- a/src/index.scss +++ b/src/index.scss @@ -59,8 +59,10 @@ box-sizing: border-box; } +html, body { margin: 0; + overscroll-behavior: none; } svg {