Skip to content

Commit

Permalink
Merge pull request #3590 from pepopowitz/search-bar-integration
Browse files Browse the repository at this point in the history
Style force integration with reaction/search-bar
  • Loading branch information
jonallured authored Feb 21, 2019
2 parents d36c008 + 64d94c7 commit c2f387c
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/desktop/components/react/stitch_components/SearchBar.tsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
import React from "react"
import { Box } from "@artsy/palette"
import { SearchBarQueryRenderer } from "reaction/Components/Search/SearchBar"
import styled from "styled-components"

const SearchBarContainer = styled(Box)`
z-index: 100;
`

export const SearchBar = () => (
<Box
style={{
position: "fixed",
zIndex: 100,
backgroundColor: "white",
top: "2px",
}}
>
<SearchBarContainer pt={1} pb={0.5}>
<SearchBarQueryRenderer />
</Box>
</SearchBarContainer>
)

0 comments on commit c2f387c

Please sign in to comment.