Skip to content

Commit

Permalink
css fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Jan 10, 2025
1 parent 33fd554 commit 48306e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ h1 {

.container {
display: flex;
height: 100vh;
height: 100dvh;
}

.controls {
Expand All @@ -27,10 +27,11 @@ h1 {
width: 25%;
min-width: 250px;
padding: 10px;
overflow-y: scroll;
}

#map {
height: 100vh;
height: 100dvh;
width: 75%;
}

Expand Down

0 comments on commit 48306e0

Please sign in to comment.