From 6c2771207e6e8e0dbc2d27321c6ee677eef61882 Mon Sep 17 00:00:00 2001 From: Pranay Payal <58637121+thepranays@users.noreply.github.com> Date: Sat, 31 Dec 2022 22:13:52 +0530 Subject: [PATCH] FIX #2530 :SettingsView Added Scrolling By adding Overflow-Y:auto (#2568) * SettingsView Added Auto-Scrolling By adding Overflow-Y:auto * lint fix Co-authored-by: Jean Brito --- src/ui/components/SettingsView/SettingsView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/components/SettingsView/SettingsView.tsx b/src/ui/components/SettingsView/SettingsView.tsx index 35b83e562f..f3243933ff 100644 --- a/src/ui/components/SettingsView/SettingsView.tsx +++ b/src/ui/components/SettingsView/SettingsView.tsx @@ -50,7 +50,7 @@ export const SettingsView: FC = () => { {t('settings.certificates')} - + {(currentTab === 'general' && ) || (currentTab === 'certificates' && )}