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

Commit 91e6acd

Browse files
committed
fix(mobile): resolve scroll issue in submission history
1 parent 7609dce commit 91e6acd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/aidaos/DAOTabLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function DAOTabLayout({
7373
</div>
7474
</div>
7575
) : (
76-
<div className="bg-card/30 backdrop-blur-sm">{children}</div>
76+
<div className="bg-card/30">{children}</div>
7777
)}
7878
</div>
7979
</div>

src/components/proposals/ProposalCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export default function ProposalCard({
156156
href={`/proposals/${proposal.id}`}
157157
className="block group cursor-pointer"
158158
>
159-
<div className="py-4 px-8 rounded-sm mb-3 bg-background group-hover:bg-black transition-colors duration-300 max-w-full overflow-hidden">
159+
<div className="py-4 px-8 rounded-sm mb-3 bg-background group-hover:bg-black transition-colors duration-300 max-w-full">
160160
{/* Header */}
161161
<div className="flex flex-col sm:flex-row items-start sm:items-center justify-between mb-3 sm:mb-4 gap-3">
162162
<div className="flex-1 min-w-0">

0 commit comments

Comments
 (0)