Fix to CenteredContent
This commit is contained in:
parent
efa5bf6a54
commit
add1f0d9b6
@ -23,7 +23,9 @@ type Props = {
|
||||
};
|
||||
|
||||
const Container = styled(CenteredContent)`
|
||||
position: relative;
|
||||
> div {
|
||||
position: relative;
|
||||
}
|
||||
`;
|
||||
|
||||
const ResultsWrapper = styled(Flex)`
|
||||
|
Reference in New Issue
Block a user