-
<BackgroundImage src={DecoOrangeTop} style={{backgroundRepeat: 'no-repeat', backgroundSize: 'contain', backgroundPosition: 'top'}}>
... |
Beta Was this translation helpful? Give feedback.
Answered by
elibroftw
Nov 13, 2024
Replies: 1 comment
-
Turns out I had to move BackgreoundImage as a child of a Stack not parent. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
elibroftw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turns out I had to move BackgreoundImage as a child of a Stack not parent.