fix: add 100vh to background image

This commit is contained in:
RadoslavDimchev 2023-08-10 13:08:22 +03:00
parent 78eb46da1e
commit 482b6b6954
1 changed files with 1 additions and 3 deletions

View File

@ -10,9 +10,7 @@ const BackgroundImage = ({ background }: BackgroundImageProps) => {
style={{
boxShadow: 'inset 100px 0px 100px white',
width: '650px',
height: '91.9vh',
borderTopRightRadius: '25px',
borderBottomRightRadius: '25px',
height: '100vh',
background: `url(${background}) no-repeat`,
}}
/>