Skip to content

Commit

Permalink
fix: height
Browse files Browse the repository at this point in the history
  • Loading branch information
heisenberg-2077 committed Oct 20, 2023
1 parent dbb056b commit f2a3907
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ui/views/ImportCoboArgus/ImportCoboArgus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ export const ImportCoboArgus = () => {
{(step === 'add-address' || step === 'select-address') &&
t('page.newAddress.coboSafe.addCoboArgusAddress')}
</Header>

<div className="p-20 h-[420px] overflow-y-scroll pb-[100px]">
<div className="p-20 h-[calc(100vh-180px)] overflow-y-scroll pb-[100px]">
{step === 'select-chain' && (
<ChainList checked={selectedChain} onChecked={setSelectedChain} />
)}
Expand Down

0 comments on commit f2a3907

Please sign in to comment.