Skip to content

Commit

Permalink
Put max height for mapoption container
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Oct 4, 2023
1 parent c47ca57 commit 85aba93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/components/common/mapbox/map-options/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ const DropHeader = styled.div`

const DropBody = styled.div`
padding: ${glsp(0, 0, 1, 0)};
max-height: 320px;
overflow-y: auto;
`;

/**
Expand Down

0 comments on commit 85aba93

Please sign in to comment.