From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Tue, 8 May 2012 02:43:33 +0000 (-0400)
Subject: fix controls z-index in ff
X-Git-Tag: 1.3.0~12
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4031a21ea8b4b22e12a36f29351f7cc45c9d982b;p=reveal.js.git

fix controls z-index in ff
---

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;