From 089c06c908a7684cb3737d8cd3df322a8a02d356 Mon Sep 17 00:00:00 2001
From: Julian Rother <julianr@fsmpi.rwth-aachen.de>
Date: Mon, 22 May 2017 03:18:33 +0200
Subject: [PATCH] Raise footer z-index to not collide with player controls,
 closes #298

---
 static/style.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/static/style.css b/static/style.css
index 870481b..d7b4089 100644
--- a/static/style.css
+++ b/static/style.css
@@ -74,6 +74,10 @@
 	}
 }
 
+.footer {
+	z-index: 100;
+}
+
 .plot-view {
 	height: 600px;
 }
-- 
GitLab