Skip to content

Commit

Permalink
Merge pull request #20 from 4bujak-4bujak/fix/map
Browse files Browse the repository at this point in the history
fix: useMap section tag h-screen
  • Loading branch information
jiohjung98 authored May 28, 2024
2 parents 0e4ef49 + cb58bfd commit 66cb21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map/UseMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const UseMap: React.FC = () => {
};

return (
<section className="relative w-full h-full">
<section className="relative w-full h-screen">
<div ref={mapRef} className="w-full h-full" />
{showMessage && (
<>
Expand Down

0 comments on commit 66cb21f

Please sign in to comment.