diff options
| author | Mark Otto <[email protected]> | 2014-04-02 23:48:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-04-02 23:48:55 -0700 |
| commit | a444863268db0ff8a00e2b459d8ff1fdeaae70a2 (patch) | |
| tree | 87f2cb8fd06a5ec5c2b7f32059db4da92b7ec833 | |
| parent | 640923eb36890eb194799beeb8ec3555e2b379cc (diff) | |
| parent | 7dec5c79c8ffb80592576a463472d6cf9bd959a8 (diff) | |
| download | bootstrap-a444863268db0ff8a00e2b459d8ff1fdeaae70a2.tar.xz bootstrap-a444863268db0ff8a00e2b459d8ff1fdeaae70a2.zip | |
Merge pull request #13217 from thedavidscherer/fix-13216
fixes #13216
| -rw-r--r-- | less/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less index feaaa72d9..ab4cf5ed7 100644 --- a/less/variables.less +++ b/less/variables.less @@ -249,8 +249,8 @@ @zindex-navbar: 1000; @zindex-dropdown: 1000; -@zindex-popover: 1010; -@zindex-tooltip: 1030; +@zindex-popover: 1060; // @fix #13216 +@zindex-tooltip: 1070; // @fix #13216 @zindex-navbar-fixed: 1030; @zindex-modal-background: 1040; @zindex-modal: 1050; |
