fix(#2796): fix z location for search popup in lff

keep-around/b214ac7012ef42593bee62c207888a2593bc5a38
Andrei Dekterev 3 years ago
parent b9de509132
commit 2462628fe2
  1. 2
      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;

Loading…
Cancel
Save