From e79eb75e0944c2852fc47e117f4e96b984e40051 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 18 Aug 2012 17:05:37 -0700 Subject: fixes #4044: make z-index of tooltips same as fixed navbar so they overlay it if generated from within --- docs/assets/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 82fee6dae..e550b175e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4710,7 +4710,7 @@ input[type="submit"].btn.btn-mini { } .modal-open .tooltip { - z-index: 2070; + z-index: 2080; } .modal-backdrop { @@ -4829,7 +4829,7 @@ input[type="submit"].btn.btn-mini { .tooltip { position: absolute; - z-index: 1020; + z-index: 1030; display: block; padding: 5px; font-size: 11px; -- cgit v1.2.3