From 2c173f12ecbd3ef11dfb905db17aea9011f1b3c4 Mon Sep 17 00:00:00 2001 From: keyurparalkar Date: Wed, 17 Apr 2024 15:44:46 +0530 Subject: [PATCH] refactor: moved the submit button inside the overflow container --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index d5abfe3..16fe740 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -105,8 +105,8 @@ function App() { errors={errors} register={register} /> + -