Add MarkdownShortcuts

This commit is contained in:
Tom Moor
2017-09-28 23:18:15 -07:00
parent 4d60b79717
commit be47baf2fd
9 changed files with 105 additions and 20 deletions

View File

@ -61,7 +61,8 @@ const StyledModal = styled(ReactModal)`
overflow-x: hidden;
overflow-y: auto;
background: white;
padding: 15vh 2rem 2rem
padding: 13vh 2rem 2rem;
outline: none;
`;
const Close = styled.a`