Skip to content

Commit

Permalink
Hiding the edit and delete AOIs as delete button is added to AOI
Browse files Browse the repository at this point in the history
  • Loading branch information
omranlm committed Jan 22, 2024
1 parent c66c9a9 commit 7bdc8b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,9 @@ code {
.MuiDialog-paper
{
max-width: 80% !important;
}

.leaflet-draw.leaflet-control > div:nth-child(2)
{
display: none;
}

0 comments on commit 7bdc8b2

Please sign in to comment.