diff --git a/src/features/Search/styled.tsx b/src/features/Search/styled.tsx index 7b96b8cd..2462c467 100644 --- a/src/features/Search/styled.tsx +++ b/src/features/Search/styled.tsx @@ -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; `