Skip to content

Commit

Permalink
DBC22-1207
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbird committed Nov 15, 2023
1 parent 93b454f commit 6c5a151
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/frontend/src/Components/Map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@
.map {
position: absolute;
width: 100%;
height: calc(100vh - 50px);
// height: calc(100vh - 50px);
top: 0;
bottom: 0;

@media (min-width: 992px) {
height: calc(100vh - 58px);
// height: calc(100vh - 58px);
}

.ol-overlay-container:not(:has(> img)) {
Expand Down

0 comments on commit 6c5a151

Please sign in to comment.