From 2462628fe29e1064814d660c7e3be6ef6e7e4c38 Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Wed, 7 Sep 2022 13:21:22 +0400 Subject: [PATCH] fix(#2796): fix z location for search popup in lff --- src/features/Search/styled.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;