@ -159,7 +159,7 @@ export const ResultsWrapper = styled.div`
position: absolute;
top: 56px;
width: 448px;
z-index: 1;
z-index: 2;
@media ${devices.tablet} {
position: fixed;
@ -175,7 +175,6 @@ export const ResultsWrapper = styled.div`
export const LinkWrapper = styled.div`
background-color: #666;
width: 440px;
padding: 10px 0;
`