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

Commit f609b5b

Browse files
committed
update
1 parent d366e74 commit f609b5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/aidaos/RootDAOPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ export function RootDAOPage({ children, daoName }: RootDAOPageProps) {
429429

430430
return (
431431
<div className="flex flex-col w-full">
432-
<main className="overflow-y-auto overflow-x-hidden">
432+
<main className="overflow-x-hidden">
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">

0 commit comments

Comments
 (0)