rrutsche / react-parallax

A React Component for parallax effect
MIT License
855 stars 76 forks source link

Parallax component children cannot inherit the height and width of their parent. #136

Open kunaalgaur opened 1 year ago

kunaalgaur commented 1 year ago

Describe the bug The children and parallax component cannot inherit the height or their parent component. If I try to dynamically set the height or a div by using grid-template-columns/row, the child div is not inheriting their parents dimensions.