Skip to content

Commit

Permalink
FIX RocketChat#2530 :SettingsView Added Scrolling By adding Overflow-…
Browse files Browse the repository at this point in the history
…Y:auto (RocketChat#2568)

* SettingsView Added Auto-Scrolling By adding Overflow-Y:auto

* lint fix

Co-authored-by: Jean Brito <jeanfbrito@gmail.com>
  • Loading branch information
thepranays and jeanfbrito authored Dec 31, 2022
1 parent 9d8363e commit 6c27712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/SettingsView/SettingsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const SettingsView: FC = () => {
{t('settings.certificates')}
</Tabs.Item>
</Tabs>
<Box m='x24'>
<Box m='x24' overflowY='auto'>
{(currentTab === 'general' && <GeneralTab />) ||
(currentTab === 'certificates' && <CertificatesTab />)}
</Box>
Expand Down

0 comments on commit 6c27712

Please sign in to comment.