From add1f0d9b670e2cd77a490d3dfc87935557e2592 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Wed, 12 Jul 2017 01:11:34 -0700 Subject: [PATCH] Fix to CenteredContent --- frontend/scenes/Search/Search.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/scenes/Search/Search.js b/frontend/scenes/Search/Search.js index a6436ae28..59e8a3f90 100644 --- a/frontend/scenes/Search/Search.js +++ b/frontend/scenes/Search/Search.js @@ -23,7 +23,9 @@ type Props = { }; const Container = styled(CenteredContent)` - position: relative; + > div { + position: relative; + } `; const ResultsWrapper = styled(Flex)`