From 1b9dd6dc1424ba087ba8b90a30ed7322497a323d Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Thu, 22 Jan 2015 21:42:45 -0500 Subject: [PATCH] fix z-index for firefox --- app/assets/stylesheets/clean.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/clean.css b/app/assets/stylesheets/clean.css index 8ecd3d90..a0ec658b 100644 --- a/app/assets/stylesheets/clean.css +++ b/app/assets/stylesheets/clean.css @@ -84,7 +84,7 @@ /* logo */ .footer { - z-index: 3; + z-index: 3 !important; /* important necessary for firefox */ } .logo { @@ -1199,7 +1199,7 @@ color: #F5F5F5; padding: 16px; border-radius: 2px; - z-index: 1; + z-index: 1 !important; /* important necessary for firefox */ font-size: 14px; line-height:14px; }