Styling document actions more inline with medium

This commit is contained in:
Tom Moor
2017-09-08 22:06:47 -07:00
parent 73ff473b49
commit dcbad23cb1
6 changed files with 43 additions and 26 deletions

View File

@ -65,6 +65,7 @@ const Label = styled(Flex).attrs({
align: 'center',
})`
z-index: 1000;
cursor: pointer;
`;
const MenuContainer = styled.div`