From 43159655b66378b954e7f5daea9000f92d150d75 Mon Sep 17 00:00:00 2001 From: sweetroll Date: Thu, 20 Oct 2011 14:43:42 +1200 Subject: [PATCH] Added 'transform-style' to styles.css to retain child elemen z-index --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index d9f05f6..05e4eda 100644 --- a/css/style.css +++ b/css/style.css @@ -4,6 +4,10 @@ .isotope-item { z-index: 2; + /* Retain z-index of child elements - http://www.w3.org/TR/css3-3d-transforms/#transform-style */ + transform-style: preserve-3d; + -moz-transform-style: preserve-3d; + -webkit-transform-style: preserve-3d; } .isotope-hidden.isotope-item {