Skip to content

Commit

Permalink
Merge pull request #668 from digirati-co-uk/hotfix/fullwidth-heading
Browse files Browse the repository at this point in the history
modal body : reletive
  • Loading branch information
Heather0K authored Mar 2, 2023
2 parents 84d8601 + 3522113 commit 52bbf8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/madoc-ts/src/frontend/shared/layout/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export const ModalBody = styled.div`
overflow-y: auto;
overflow-x: hidden;
min-height: 230px;
position: relative;
`;

export const ModalFooter = styled.div<{ $footerAlignRight?: boolean }>`
Expand Down

0 comments on commit 52bbf8d

Please sign in to comment.