diff --git a/src/features/Search/styled.tsx b/src/features/Search/styled.tsx index 2bfbbf4c..373acd90 100644 --- a/src/features/Search/styled.tsx +++ b/src/features/Search/styled.tsx @@ -180,7 +180,7 @@ export const Results = styled.div` background-color: #333333; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); border-radius: 2px; - z-index: 2; + z-index: 3; ${isMobileDevice ? css` top: 33px;