Skip to content

Commit

Permalink
Map mobile view fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobjeevan committed Oct 15, 2024
1 parent a45285a commit d94221e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/Common/GLocationPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const GLocationPicker = ({
};

return (
<div className="flex h-80 w-80 sm:h-96 sm:w-96">
<div className="flex h-80 w-80 flex-col sm:h-96 sm:w-96">
<Wrapper
libraries={["places"]}
apiKey={careConfig.gmapsApiKey}
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Facility/FacilityCreate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ export const FacilityCreate = (props: FacilityProps) => {
leaveFrom="opacity-100 translate-y-0"
leaveTo="opacity-0 translate-y-1"
>
<PopoverPanel className="absolute -right-40 bottom-10 sm:-right-48">
<PopoverPanel className="absolute -right-36 bottom-10 sm:-right-48">
<GLocationPicker
lat={Number(state.form.latitude)}
lng={Number(state.form.longitude)}
Expand Down

0 comments on commit d94221e

Please sign in to comment.