From 0c9ed17d31b40fa3db922cd572dd76b7a4179da5 Mon Sep 17 00:00:00 2001 From: Akansha Sakhre Date: Thu, 5 Sep 2024 13:41:34 +0530 Subject: [PATCH] fixed scroll in t&c form --- .../Onboarding/TermsAndConditions/TermsAndConditions.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/containers/Organization/Onboarding/TermsAndConditions/TermsAndConditions.module.css b/src/containers/Organization/Onboarding/TermsAndConditions/TermsAndConditions.module.css index 194fec7a1..0175400cc 100644 --- a/src/containers/Organization/Onboarding/TermsAndConditions/TermsAndConditions.module.css +++ b/src/containers/Organization/Onboarding/TermsAndConditions/TermsAndConditions.module.css @@ -24,6 +24,7 @@ .TermsAndCondition { width: 100%; + overflow-y: scroll; } .Buttons button {