Open JacobDFrank opened 6 years ago
➕
@JacobDFrank your example configuration of the sticky component helped me a lot.
Thank you!
I think: "Improve documentation" would be more applicable. I love this package, but have to look into the source code to work out what is what (i.e. boundaryElement
).
In your example, @JacobDFrank, what styles do you have set on boundaryElement_positioning
? I'm struggling with z-indices and would appreciate if you could help. Also: great idea about adding to the documentation!
hey @kahlan88 , not sure what is your issue, could you please create an example somewhere? (for example, feel free to fork this example - https://codesandbox.io/s/react-sticky-el-example-fn0ev )
hey @kahlan88 , not sure what is your issue, could you please create an example somewhere? (for example, feel free to fork this example - https://codesandbox.io/s/react-sticky-el-example-fn0ev )
Thanks, I worked it out based on this issue and by looking at the source code.
I think boundaryElement
needs slightly more info than just that it's a ancestor element for example.
Improve documentation for instances of fixed z-index elements in which the top or the bottom of the page. The page could have a navigation bar, etc.
An example of mine that I'd like to write documentation on