From ad4e3f5b20c2449917ac9768694bccee9e590cde Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Wed, 28 Jun 2017 09:25:25 +0200 Subject: [PATCH] Stopped inventory items being separated from their containers hopefully fixes #91 --- 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 3d2a40d2..801203a0 100644 --- a/rpg-docs/client/style/cards.css +++ b/rpg-docs/client/style/cards.css @@ -23,6 +23,7 @@ .card { background: white; border-radius: 2px; + position: initial; } .card .top {