Reputation: 17053
A 3d rotated div cuts through another div with a higher z-index. I would like to prevent this, and force adherence to z-index definitions. I thought -webkit-transform-style: flat; would solve this. Anyone got a suggestion?
Upvotes: 2
Views: 565
Reputation: 10619
Since you have not a fiddle so that we could look around this issue, but I can point you to a link which may be useful for you to figure out the issue:
Upvotes: 1