Skip to content

Commit

Permalink
form overflow removed
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnumohanan404 committed Nov 16, 2024
1 parent aae883b commit 6ebc1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const FormPage = () => {
}
};
return (
<div className="overflow-y-auto px-5">
<div className="px-5">
<PageTitle>
<div className="flex justify-between items-center">
<input
Expand Down

0 comments on commit 6ebc1e4

Please sign in to comment.