Skip to content

Commit

Permalink
fix: ui full height. (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
morganney authored Jan 8, 2024
1 parent a20fafc commit 4a6b86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
font-family: Roboto, Arial, sans-serif;
}
html {
height: 100%;
height: 100vh;
display: grid;
box-sizing: border-box;
}
Expand Down Expand Up @@ -87,7 +87,7 @@ a:hover {
}
main {
display: flex;
height: 100%;
height: 100vh;
justify-content: center;
}
#map {
Expand Down

0 comments on commit 4a6b86b

Please sign in to comment.