fix(frontend): css fix for chrome bug (#44)

* handover layercontrol init variable

* merged

* fixing mobile chrome keyboard breaking layout
This commit is contained in:
Anton Tranelis 2025-06-06 23:18:28 +02:00 committed by GitHub
parent 3acac31b76
commit 6a138f834e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,14 @@
html, body, #root {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
.App {
width: 100vw;
height: 100dvh;
overflow: hidden;
}
#app-content {