diff --git a/app/client/src/components/designSystems/appsmith/MapComponent.tsx b/app/client/src/components/designSystems/appsmith/MapComponent.tsx index 8b2c2fff75..94259fbc81 100644 --- a/app/client/src/components/designSystems/appsmith/MapComponent.tsx +++ b/app/client/src/components/designSystems/appsmith/MapComponent.tsx @@ -44,6 +44,7 @@ const MapWrapper = styled.div` const MapContainerWrapper = styled.div` width: 100%; + height: 100%; `; const StyledInput = styled.input`