From eff12c813363698ce92692087aa9dc8e50d938a3 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 4 Jan 2015 18:06:54 +0000 Subject: [PATCH] Fixed card tooltips on back active during flip. --- resources/report/html/loot-plugin-card.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html index c3288b0d..123724b1 100644 --- a/resources/report/html/loot-plugin-card.html +++ b/resources/report/html/loot-plugin-card.html @@ -60,10 +60,13 @@ loot-clear-metadata } #front { display: block; + transform: translateZ(1px); + backface-visibility: hidden; } #editor { - transform: rotateY(180deg) translateZ(1px); + transform: rotateY(180deg) translateZ(-1px); display:none; + backface-visibility: hidden; } /* Flip animation styling. */