Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 7609dce

Browse files
committed
update
1 parent f609b5b commit 7609dce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/aidaos/RootDAOPage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ export function RootDAOPage({ children, daoName }: RootDAOPageProps) {
428428
// };
429429

430430
return (
431-
<div className="flex flex-col w-full">
432-
<main className="overflow-x-hidden">
431+
<div className="flex flex-col w-full min-h-0">
432+
<div className="flex-1">
433433
<div className=" sm:px-6 lg:px-14 py-4 mx-auto w-full">
434434
<div className="bg-background p-4 sm:p-6 rounded-sm mb-6">
435435
{/* <div className="flex flex-col sm:flex-row items-start sm:items-center gap-4 mb-4">
@@ -625,7 +625,7 @@ details in next post`}
625625
</DialogContent>
626626
</Dialog>
627627
</div>
628-
</main>
628+
</div>
629629
</div>
630630
);
631631
}

0 commit comments

Comments
 (0)