Skip to content

Commit

Permalink
fix: move modal content to top of page
Browse files Browse the repository at this point in the history
  • Loading branch information
vickonrails committed May 23, 2021
1 parent e68374b commit 0276dca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/modal/modal.tsx
Expand Up @@ -40,6 +40,7 @@ const StyledModal = styled<any>(Dialog)`
position: fixed;
z-index: 10;
width: 100%;
top: 2.5em;
`

interface PrimitiveModalProps {
Expand Down

0 comments on commit 0276dca

Please sign in to comment.