style(#600): style fix (#237)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Sergiu 5 years ago committed by GitHub
parent ddb9b861d8
commit 727b7ae209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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;
`

Loading…
Cancel
Save