Skip to content

Commit 7aee955

Browse files
committed
fix map page height that caused map to not be visible
1 parent 09103b0 commit 7aee955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/breweries/map.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const BreweryMapPage: NextPage<BreweryMapPageProps> = ({ token }) => {
8383
content="Find breweries near you and around the world."
8484
/>
8585
</Head>
86-
<div className="h-full">
86+
<div className="h-dvh">
8787
<Map
8888
// center the map on North America
8989
initialViewState={{ zoom: 3, latitude: 48.3544, longitude: -99.9981 }}

0 commit comments

Comments
 (0)