chore: profile setting scroll fix and scrollbar added in activity section (#3929)

This commit is contained in:
Anmol Singh Bhatia 2024-03-11 21:09:41 +05:30 committed by GitHub
parent b2146098e2
commit 8c9d328c24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 7 deletions

View file

@ -73,9 +73,7 @@ export const ProfilePreferenceSettingsLayout: FC<IProfilePreferenceSettingsLayou
<ProfilePreferenceSettingsSidebar />
<main className="relative flex h-full w-full flex-col overflow-hidden bg-custom-background-100">
{header}
<div className="h-full w-full overflow-x-hidden overflow-y-scroll vertical-scrollbar scrollbar-md">
{children}
</div>
<div className="h-full w-full overflow-hidden">{children}</div>
</main>
</div>
</ProfileSettingsLayout>