From 88ef278548c5fe219778fa4639424a96db96c6fb Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 13 Nov 2013 12:27:57 -0800 Subject: [PATCH] Fix minimap labels on IE9 --- app/assets/stylesheets/common.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index d96a04eae..794439530 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -745,6 +745,7 @@ nav.secondary { font-size: 16px; text-stroke: 2px #fff; background: rgba(255,255,255,.9); + z-index: 2; // For IE9 input[type="radio"] { display: none; } -- 2.43.2