From c93595410aec8c22501a9d071a7fde99642410af Mon Sep 17 00:00:00 2001 From: Hanbyul Jo Date: Wed, 4 Oct 2023 15:06:06 -0400 Subject: [PATCH] Put max height for mapoption container --- app/scripts/components/common/mapbox/map-options/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/scripts/components/common/mapbox/map-options/index.tsx b/app/scripts/components/common/mapbox/map-options/index.tsx index d57c9ba1c..cf6dc6a44 100644 --- a/app/scripts/components/common/mapbox/map-options/index.tsx +++ b/app/scripts/components/common/mapbox/map-options/index.tsx @@ -28,6 +28,8 @@ const DropHeader = styled.div` const DropBody = styled.div` padding: ${glsp(0, 0, 1, 0)}; + max-heeight: 320px; + overflow-y: auto; `; /**