fix scrolling issue in rotation modal

This commit is contained in:
Vladyslav Matsiiako
2024-02-26 00:03:41 -08:00
parent 82a7010e29
commit 6946f3901c

View File

@@ -90,7 +90,7 @@ export const CreateRotationForm = ({
<ModalContent
title={`Secret rotation for ${provider.name}`}
subTitle="Provide the required inputs needed for the rotation"
className="max-w-2xl"
className="max-w-2xl max-h-screen overflow-scroll my-4"
>
<Stepper activeStep={wizardStep} direction="horizontal" className="mb-4">
{WIZARD_STEPS.map(({ title, description }, index) => (