Skip to content

Commit 9d3e836

Browse files
committed
Dashboard: Fix footer not sticked to bottom on short contracts page
1 parent c331d18 commit 9d3e836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/[contractAddress]/_layout/contract-page-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function ContractPageLayout(props: {
3535
} = props;
3636

3737
return (
38-
<div>
38+
<div className="flex flex-col grow">
3939
<div className="border-border border-b py-8">
4040
<div className="container flex flex-col gap-4">
4141
<div className="flex flex-col justify-between gap-4 md:flex-row">

0 commit comments

Comments
 (0)