From 6946f3901c7bc31067e722d24c750b0252e93c53 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Mon, 26 Feb 2024 00:03:41 -0800 Subject: [PATCH] fix scrolling issue in rotation modal --- .../components/CreateRotationForm/CreateRotationForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/SecretRotationPage/components/CreateRotationForm/CreateRotationForm.tsx b/frontend/src/views/SecretRotationPage/components/CreateRotationForm/CreateRotationForm.tsx index edeadef36..ed7b571e3 100644 --- a/frontend/src/views/SecretRotationPage/components/CreateRotationForm/CreateRotationForm.tsx +++ b/frontend/src/views/SecretRotationPage/components/CreateRotationForm/CreateRotationForm.tsx @@ -90,7 +90,7 @@ export const CreateRotationForm = ({ {WIZARD_STEPS.map(({ title, description }, index) => (