Skip to content

Commit

Permalink
Make sidebar scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Dec 5, 2023
1 parent 8dc2f7e commit 336de58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Coaching/CoachingDetail/CoachingSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { getLastNewsletter } from './helpers';
const CoachingSideContainer = styled(Box)(({ theme }) => ({
width: '20rem',
minHeight: '100%',
overflow: 'scroll',
padding: theme.spacing(1),
}));

Expand Down

0 comments on commit 336de58

Please sign in to comment.