Skip to content

Commit

Permalink
Merge pull request #304 from ORNL-AMO/issue-294
Browse files Browse the repository at this point in the history
Issue 294 header sticky EoY
  • Loading branch information
rhernandez-intertech authored Mar 26, 2024
2 parents dfe8f28 + dcc4d30 commit 56c429c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/YearRecap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,13 @@ export class YearRecap extends React.Component<YearRecapProps, { inView }> {
<MobileStepper
variant='progress'
steps={this.props.totalGameYears}
position='static'
position='top'
activeStep={this.props.currentGameYear - 1}
LinearProgressProps={{ sx: { height: '16px', width: '50%' } }}
sx={{ padding: '.75rem' }}
sx={{
padding: '.75rem',
height: '48px'
}}
backButton={<Box sx={{ width: 180 }}></Box>}
nextButton={this.getNextButton(this.props, mutableStats, mutableCapitalFundingState)}
/>
Expand Down

0 comments on commit 56c429c

Please sign in to comment.