fix: add 100vh to background image
This commit is contained in:
parent
78eb46da1e
commit
482b6b6954
|
@ -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`,
|
||||
}}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue