web: components: hover fix

This commit is contained in:
Andrey Savihin 2019-07-23 17:55:27 +03:00
parent f673795eb9
commit 41dd484de0

View File

@ -96,6 +96,7 @@ const Input = styled.input`
opacity: 0.0001; opacity: 0.0001;
position: absolute; position: absolute;
right: 0; right: 0;
z-index: -1;
`; `;
const Text = styled.span` const Text = styled.span`