Closed freemanoid closed 8 years ago
hey @garand any issues with this PR?
Could you update the README as well?
@garand README updated!
I faces an issue with this feature. Defaulting to auto
will overwrite the z-index
value defined in my CSS.
I'm currently not a season frontend guy to propose a solution but I had identified this issue.
My current solution in my codebase is to pin the version to 1.0.3
.
@lxcid Just set to an empty string(''
) to disable changing the z-index
.
Maybe this could be made more clear in README..?
Add
zIndex
option which controlsz-index
of the sticked element. Fixes #31