From f8778a2472c7bafe33ba46c5353b48ab45202993 Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Mon, 9 May 2016 22:18:38 -0400 Subject: [PATCH] prevented legendholder from rendering on top --- atoms/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/atoms/index.css b/atoms/index.css index 330c33d..ef7d8b1 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -277,6 +277,7 @@ img { position:absolute; top: 16%; left: 35%; + z-index: -1; } .legend {