Skip to content

Commit

Permalink
Fix scroll on settings page for editor users (TryGhost#20516)
Browse files Browse the repository at this point in the history
REF DES-352
  • Loading branch information
sanne-san authored Jul 2, 2024
1 parent fe31ee3 commit a046ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin-x-settings/src/MainContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const MainContent: React.FC = () => {
if (isEditorUser(currentUser)) {
return (
<Page>
<div className='mx-auto w-full max-w-5xl px-[5vmin] tablet:mt-16 xl:mt-10' id="admin-x-settings-scroller">
<div className='mx-auto w-full max-w-5xl overflow-y-auto px-[5vmin] tablet:mt-16 xl:mt-10' id="admin-x-settings-scroller">
<Heading className='mb-[5vmin]'>Settings</Heading>
<Users highlight={false} keywords={[]} />
</div>
Expand Down

0 comments on commit a046ee3

Please sign in to comment.