From 4031a21ea8b4b22e12a36f29351f7cc45c9d982b Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Mon, 7 May 2012 22:43:33 -0400
Subject: [PATCH] fix controls z-index in ff

---
 css/main.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/css/main.css b/css/main.css
index e89f7ca..3701f2b 100644
--- a/css/main.css
+++ b/css/main.css
@@ -264,6 +264,7 @@ html {
 	position: fixed;
 	width: 100px;
 	height: 100px;
+	z-index: 30;
 
 	right: 0;
 	bottom: 0;
-- 
GitLab