Skip to content

Commit bf6214a

Browse files
committed
Remove min-h on map
1 parent a5d72f6 commit bf6214a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/src/components/StationsMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export const StationsMap = forwardRef<MapRef, StationsMapProps>(function Station
198198
}, []);
199199

200200
return (
201-
<div className={`relative w-full h-full min-h-96 ${className ?? ""}`}>
201+
<div className={`relative w-full h-full ${className ?? ""}`}>
202202
<Map
203203
ref={ref}
204204
{...mapProps}

0 commit comments

Comments
 (0)