Skip to content
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

Item links are not functioning in Firefox #15

Open
icetronics opened this issue Jun 2, 2014 · 2 comments
Open

Item links are not functioning in Firefox #15

icetronics opened this issue Jun 2, 2014 · 2 comments

Comments

@icetronics
Copy link

Hi!
I've noticed that in FF v29, the item links are not functioning (no hover, they are not clickable). This can be observed on the demo page as well.
Can it easily be solved somehow?
Thanks in advance! Very cool plugin though.

@siva531
Copy link

siva531 commented Jul 29, 2014

Need firefox fix(no hover, they are not clickable).

@balint-tekse
Copy link

                // Give the item some depth to avoid clipping artefacts
                $item.css(utils.prefix({
                    'transform-style': 'preserve-3d',
                    'transform': 'translateZ(-0.1px)'
                }));

I've changed the Z height from -0.1 to 0,1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants