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 /less | |
| 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 'less')
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index 42b76df45..a5c8cdd98 100644 --- a/less/variables.less +++ b/less/variables.less @@ -125,7 +125,7 @@ // Try to avoid customizing these :) @zindexDropdown: 1000; @zindexPopover: 1010; -@zindexTooltip: 1020; +@zindexTooltip: 1030; @zindexFixedNavbar: 1030; @zindexModalBackdrop: 1040; @zindexModal: 1050; |
