Skip to content

Commit

Permalink
Merge branch 'nik-prepare-people-parachain' of github.com:delegit-xyz…
Browse files Browse the repository at this point in the history
…/dashboard into nik-prepare-people-parachain
  • Loading branch information
wirednkod committed Sep 25, 2024
2 parents 339be23 + 494b759 commit d8db388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const Header = () => {
<ChevronDown className="ml-2 h-4 w-4" />
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent>
<DropdownMenuContent className="max-h-[calc(100vh-5rem)] overflow-auto">
{accounts.map((account, index) => (
<>
<DropdownMenuItem
Expand Down

0 comments on commit d8db388

Please sign in to comment.