fix(ui): restore map height after removing the top bar (was collapsing to 0 via grid auto row)
All checks were successful
CI / test-and-build (push) Successful in 42s

This commit is contained in:
hermes-explorigin 2026-08-10 16:14:02 +00:00
parent 6abcf0483c
commit b0147940af

View File

@ -45,7 +45,7 @@
<style> <style>
.app { .app {
display: grid; grid-template-rows: auto 1fr; display: block;
height: 100vh; height: 100dvh; height: 100vh; height: 100dvh;
overflow: hidden; overflow: hidden;
} }