Skip to content

Commit

Permalink
Fix z-index contention with modal backdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Jan 9, 2024
1 parent 793c050 commit d348202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/components/MapPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const MapPicker: FunctionComponent<{
return (
<>
<div
className={`MapPicker absolute flex-col flex z-50 shadow-md hover:shadow-md bg-white ${"w-auto right-2 top-5 rounded-md bg-opacity-80"}`}
className={`MapPicker absolute flex-col flex z-30 shadow-md hover:shadow-md bg-white ${"w-auto right-2 top-5 rounded-md bg-opacity-80"}`}
style={{ maxHeight: isPhone ? "" : "calc(100vh - 50px)" }}
>
{
Expand Down

0 comments on commit d348202

Please sign in to comment.