Skip to content

Commit

Permalink
Merge pull request #58 from vishnumohanan404/fix/client
Browse files Browse the repository at this point in the history
form overflow removed
  • Loading branch information
vishnumohanan404 authored Nov 16, 2024
2 parents d644811 + 6ebc1e4 commit 6b50bc9
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 6b50bc9

Please sign in to comment.