-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure z-index #57
Comments
@mattfelten There is a In react-stick v3.0.3 class has suffix In a previous react-stick v2.3.0 a In both versions |
Hey there. It seems like in order to get this to work (again?) you need to nest the styles.
I'm looking into whether we should have mentioned that in the release notes. |
Including that in release notes, or even better, an example in the Readme of how to customize more of the internal components would be great. If I didn't look into the code and see it's using |
I didn't have time so far. But you're right. First off the way of styling shouldn't have changed. The major bump was only done because we required a react version that supports hooks now. The API should have stayed stable. But we might have missed the styling part since this has never been documented. I'll make a note to hopefully do that this week. That might also help some teams in our company :D |
In one of the latest versions, we started to export the |
It looks like there's a default
z-index
of 99 to all instances of react-stick. I need to raise that to a higher z-index in my project. Is there any way to make this configurable?The text was updated successfully, but these errors were encountered: