From 2dd1272958d9837ab7976fe8a17a9672b6482e1c Mon Sep 17 00:00:00 2001 From: Ali Asaria Date: Mon, 10 Oct 2011 18:39:10 -0400 Subject: [PATCH] move marker in front of green lines --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index dc685b8..746cf8f 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -481,6 +481,7 @@ input:hover { #marker { position: absolute; bottom: 0; right: 70px; + z-index: 1; }