Skip to content

Commit

Permalink
fix: Add scroll and bottom margin to live map (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuvalMasada authored May 1, 2024
1 parent a6a362d commit 0fe52e4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/pages/Map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ main > div,
flex: 1 1 auto;
}

.leaflet-container {
min-height: calc(100vh - 88px);
}

.map-info {
position: relative;
margin-bottom: 1em;

.map-index {
position: absolute;
Expand All @@ -25,7 +30,7 @@ main > div,
display: flex;
justify-content: space-between;
align-items: center;

&-config {
align-items: center;
margin-left: 1em;
Expand Down Expand Up @@ -53,8 +58,6 @@ main > div,
}
}



pre {
direction: ltr;
height: 200px;
Expand Down

0 comments on commit 0fe52e4

Please sign in to comment.