Skip to content

Commit

Permalink
Make mission page column scrollable instead of entire page
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Nov 22, 2023
1 parent d5ae955 commit 5b14336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pam/mission/page-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Accent, Icon, Button, Size, THEME } from '@mtes-mct/monitor-ui'
import { useNavigate } from 'react-router-dom'

const StyledFooter = styled.div`
height: 62px;
height: 60px;
background: var(--white-ffffff-) 0% 0% no-repeat padding-box;
background: #ffffff 0% 0% no-repeat padding-box;
border-top: 1px solid var(--lightGray-cccfd6-);
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pam/mission/page-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Accent, Icon, IconButton, Size, THEME } from '@mtes-mct/monitor-ui'
import Text from '../../ui/text'

const StyledHeader = styled.div`
height: 48px;
height: 60px;
background: var(--charcoal-3b4559-) 0% 0% no-repeat padding-box;
background: #3b4559 0% 0% no-repeat padding-box;
opacity: 1;
Expand Down

0 comments on commit 5b14336

Please sign in to comment.