fixed the padding on the maps and updated the drawer styling

This commit is contained in:
csawatzky 2025-04-23 15:26:03 -06:00
parent 1e1152b563
commit 5c6be7c850
5 changed files with 11 additions and 8 deletions

View file

@ -584,6 +584,7 @@ export default function MapBase(props: Props) {
{tools()}
{mapStyleDialog()}
<Map
style={{width: "100%", height: "100%"}}
ref={mapRef}
maxZoom={18}
initialViewState={startingView}