Skip to content

Commit

Permalink
scrollable geofence modal (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandpo committed Aug 8, 2023
1 parent 6dbeff1 commit e7f7b32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ a {
max-width: 469px;
width: 100%;
margin: 0 auto;
max-height: calc(100vh - 56px);
overflow-y: auto;
}

.geofence-modal .header {
Expand Down Expand Up @@ -246,7 +248,7 @@ a {
line-height: 28px;
letter-spacing: 0em;
text-align: left;
margin: 0;
margin-top: 22px;
}

.geofence-modal .body {
Expand Down

0 comments on commit e7f7b32

Please sign in to comment.