Skip to content

Commit

Permalink
add side panel content 32px bottom margin to fix cut off (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Oct 8, 2021
1 parent f2abac4 commit 130e3c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/styles/map.view.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ select {
}
.side-panel__content {
padding: 10px !important;
margin-bottom: 32px !important;
}
.bottom-widget--container {
bottom: 32px !important;
Expand Down

0 comments on commit 130e3c8

Please sign in to comment.