Skip to content

Commit

Permalink
dropdown cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed Mar 22, 2024
1 parent 871f4e0 commit c967a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const Map = () => {
</div>
<div className="absolute left-4 top-4 z-50">
<DropdownMenuDemo>
<div className="p-4">
<div className="p-4 max-w-[100vw]">
<p>Choose Data</p>
<hr />
{config.map((c, i) => (
Expand All @@ -199,7 +199,7 @@ export const Map = () => {
className="mr-2"
intent={c.column == currentColumnSpec?.column ? "primary" : "secondary"}
>
{c.name}
{c.column}
</Button>
))}
{/* text input */}
Expand Down

0 comments on commit c967a3d

Please sign in to comment.