From 727b7ae20985625101219f6bf4b4493e21ba16a0 Mon Sep 17 00:00:00 2001 From: Sergiu <46888793+Serj10GR@users.noreply.github.com> Date: Thu, 3 Dec 2020 11:57:13 +0200 Subject: [PATCH] style(#600): style fix (#237) --- src/features/Search/styled.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; `