Skip to content

Commit

Permalink
Merge pull request #3701 from LiteFarmOrg/map-footer-button-on-mobile
Browse files Browse the repository at this point in the history
Add padding to bottom of map to account for map menu
  • Loading branch information
kathyavini authored Feb 28, 2025
2 parents b6d269a + bb46376 commit 72ed688
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/webapp/src/containers/Map/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
min-height: 152px;
flex-grow: 1;
display: flex;

// mobile (drawer)
@include xs-breakpoint {
// Menu svg 24px + 16px to and bottom margin
padding-bottom: 56px;
}
}

.selectionModal {
Expand Down

0 comments on commit 72ed688

Please sign in to comment.