From 6a138f834e8e38fcd6c8ef28f42f2c63ba72c836 Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:18:28 +0200 Subject: [PATCH] fix(frontend): css fix for chrome bug (#44) * handover layercontrol init variable * merged * fixing mobile chrome keyboard breaking layout --- src/App.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/App.css b/src/App.css index b5c31a2a..587d4504 100644 --- a/src/App.css +++ b/src/App.css @@ -1,6 +1,14 @@ +html, body, #root { + margin: 0; + padding: 0; + height: 100%; + overflow: hidden; +} + .App { width: 100vw; height: 100dvh; + overflow: hidden; } #app-content {