From 73263c8330e11be3000d9ebc7776a80f21adc5ef Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 20 Aug 2015 19:24:53 +0200 Subject: [PATCH] toolbar doesn't hide elements behind it (#8064) --- cam/static/css/toolbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cam/static/css/toolbar.css b/cam/static/css/toolbar.css index f96b137..02d975d 100644 --- a/cam/static/css/toolbar.css +++ b/cam/static/css/toolbar.css @@ -7,7 +7,7 @@ padding: 0; background: black; font-size: 14px; - z-index: 999; + z-index: -1; } .mandaye-toolbar-left {