Makisu icon indicating copy to clipboard operation
Makisu copied to clipboard

Item links are not functioning in Firefox

Open icetronics opened this issue 10 years ago • 2 comments

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.

icetronics avatar Jun 02 '14 10:06 icetronics

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

siva531 avatar Jul 29 '14 10:07 siva531

                // 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

balint-tekse avatar Oct 24 '22 11:10 balint-tekse