Skip to content

Commit

Permalink
Use 100vh/100vw instead of h-max/w-max
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Jan 28, 2024
1 parent 06265a2 commit f03f1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liberica/src/components/map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export function Map(
<MapContainer
center={CENTER}
zoom={DEFAULT_ZOOM}
className="h-max w-max"
style={{ height: "100vh", width: "100vw" }}
{...props.containerProps}
>
<TileLayer
Expand Down

0 comments on commit f03f1f9

Please sign in to comment.