diff options
| author | Mark Otto <[email protected]> | 2012-08-18 17:05:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-18 17:05:37 -0700 |
| commit | e79eb75e0944c2852fc47e117f4e96b984e40051 (patch) | |
| tree | 7254f2b631e6b17621c14de56c99b27756b54b3d /docs | |
| parent | e6e0e2ac9b0a31979531b6add3d1c8aaceb65f2e (diff) | |
| download | bootstrap-e79eb75e0944c2852fc47e117f4e96b984e40051.tar.xz bootstrap-e79eb75e0944c2852fc47e117f4e96b984e40051.zip | |
fixes #4044: make z-index of tooltips same as fixed navbar so they overlay it if generated from within
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
