Skip to content

Commit

Permalink
Fix for issue where double scroll hides save button (#5488)
Browse files Browse the repository at this point in the history
  • Loading branch information
tofarr authored Dec 10, 2024
1 parent 17bbfa2 commit 58d22a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/layout/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function Container({
{label}
</div>
)}
<div className="overflow-scroll h-full rounded-b-xl">{children}</div>
<div className="overflow-hidden h-full rounded-b-xl">{children}</div>
</div>
);
}

0 comments on commit 58d22a1

Please sign in to comment.