Makisu
Makisu copied to clipboard
Item links are not functioning in Firefox
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.
Need firefox fix(no hover, they are not clickable).
// 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