You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will admit I am not positive this is a bug. I may be using the library wrong, or messing up the DOM/css in some way. Either way, I would love some assistance to get this working.
For my project, I am trying to create a tilting card very similar to the samples in storybook. However my cards will be using a setup (from Nextjs). I also want a parallax badge floating in the corner. If I have the parallax badge enabled, the Link/a element becomes unclickable despite the cursor changing as when hovering over a link.
I built a minimal reproduction. It isn't super minimal, but it was the best I could do.
Description
I will admit I am not positive this is a bug. I may be using the library wrong, or messing up the DOM/css in some way. Either way, I would love some assistance to get this working.
For my project, I am trying to create a tilting card very similar to the samples in storybook. However my cards will be using a setup (from Nextjs). I also want a parallax badge floating in the corner. If I have the parallax badge enabled, the Link/a element becomes unclickable despite the cursor changing as when hovering over a link.
I built a minimal reproduction. It isn't super minimal, but it was the best I could do.
In my reproduction, the top tilter is the one showing the bug. The bottom one has transform-style-3d class removed. That is a utility class from a tailwind plugin that generates 3d transformation classes.
Link to Reproduction
CodeSandbox reproduction
Steps to reproduce
Create a tilting element with parallax where the first level of the parallax stack is supposed to be interactive.
Expected behavior
The tag should be clickable
Code snippets
React Parallax Tilt Version
1.7.234
Browser
Arc (chromium based)
Operating System
Additional Information
Thanks in advance for any assistance!
The text was updated successfully, but these errors were encountered: