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
All checks were successful
CI / test-and-build (push) Successful in 42s
This commit is contained in:
parent
6abcf0483c
commit
b0147940af
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user