From 8f30cee4d339a77b65495a417b891c7f4617eac5 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Wed, 7 Jun 2017 09:46:38 +0200 Subject: [PATCH] Hotfixed column layout with translateZ(0) hack --- rpg-docs/client/style/cards.css | 1 + 1 file changed, 1 insertion(+) diff --git a/rpg-docs/client/style/cards.css b/rpg-docs/client/style/cards.css index c38dfbb28..3d2a40d2a 100644 --- a/rpg-docs/client/style/cards.css +++ b/rpg-docs/client/style/cards.css @@ -4,6 +4,7 @@ column-gap: 0px; column-width: 304px; padding: 4px; + transform: translateZ(0); } .column-container.thin-columns {