From f880247ce221499f5532daf48a7341dd25ec7cd1 Mon Sep 17 00:00:00 2001 From: csasq Date: Tue, 17 Dec 2024 09:12:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20#2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composeApp/src/wasmJsMain/resources/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composeApp/src/wasmJsMain/resources/styles.css b/composeApp/src/wasmJsMain/resources/styles.css index 258c3ec..f639479 100644 --- a/composeApp/src/wasmJsMain/resources/styles.css +++ b/composeApp/src/wasmJsMain/resources/styles.css @@ -7,5 +7,10 @@ html, body { } canvas { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; outline: none; }