fix(send): remove useless z-index

This commit is contained in:
George Lima 2019-02-18 14:12:49 -03:00
parent 393230d3da
commit a52778c59e
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ const InfoCardUSD = styled(TextComponent)`
const FormButton = styled(Button)` const FormButton = styled(Button)`
width: 100%; width: 100%;
margin: 10px 0; margin: 10px 0;
z-index: 10000;
`; `;
const ModalContent = styled(ColumnComponent)` const ModalContent = styled(ColumnComponent)`