Move keyboard shortcuts to modal. Add ? shortcut

This commit is contained in:
Tom Moor
2017-07-11 22:42:30 -07:00
parent 410f9a9133
commit 57b11fab32
9 changed files with 137 additions and 107 deletions

View File

@ -53,6 +53,7 @@ const StyledModal = styled(ReactModal)`
left: 0;
bottom: 0;
right: 0;
z-index: 100;
display: flex;
justify-content: center;
align-items: flex-start;