Merge pull request #1470 from Infisical/scroll-rotation-fix

fix scrolling issue in rotation modal
This commit is contained in:
Akhil Mohan
2024-02-26 13:43:48 +05:30
committed by GitHub

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) => (