From 86b6ea4b5f2919c6dd962301b94af4e4096dbb16 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 12 Feb 2012 13:33:23 -0800 Subject: [PATCH] lower z-index of fixed subnav to prevent overlap of dropdown items in .navbar-fixed --- docs/assets/css/docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 87fa88eef3..f6a388c236 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -181,7 +181,7 @@ hr.soften { top: 40px; left: 0; right: 0; - z-index: 1030; + z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */ border-color: #d5d5d5; border-width: 0 0 1px; /* drop the border on the fixed edges */ -webkit-border-radius: 0;