When I transform a div with CSS transforms, the text and/or links in that div are only selectable in the left half of the div.
I've created a simple sample of the problem I have:
Does anyone have a solution to make the whole text/links clickable? The full link gets clickable whhen the rotateY is removed:
-webkit-transform: rotateY(30deg);
`) cannot be within your anchor (``). Do it the other way around — `
– Daze Apr 23 '14 at 09:40text
`