From f5049f388ec3073ca64ef18d7c0b6a52850f36b0 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Mon, 8 May 2017 11:38:45 +0200 Subject: [PATCH] Fix another z-index issue with error message --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c3e5724..7e28243 100644 --- a/css/style.css +++ b/css/style.css @@ -101,7 +101,7 @@ footer { left: 446px; /* 400 + 10 + 26 + 10 */ top: 0px; margin-top: 10px; - z-index: 1000; + z-index: 3000; } /* track messages (data tab) */