chore: fix horizontal overflow (#5279)

chore: fix overflow horizontal
This commit is contained in:
Mike Grabowski 2022-11-17 19:00:12 +01:00 committed by GitHub
parent 1d6662dfe3
commit 6eb699712d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ const BannerBackground = styled(AbsoluteFill)<{ backgroundImage: string }>`
background-image: ${(props) => `url(${props.backgroundImage})`};
filter: blur(62px);
opacity: ${({ theme }) => (theme.darkMode ? 0.3 : 0.2)};
transform: scale(1.1);
transform: scaleY(1.1);
`
const PlainBackground = styled(AbsoluteFill)`