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)`