diff options
| author | Mark Otto <[email protected]> | 2011-10-08 00:16:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-08 00:16:21 -0700 |
| commit | aa3a8af2d082423e7cede05874b5a56b642ae1b7 (patch) | |
| tree | a54e002d179e38f257617a043c1355cc04a7736e /lib/patterns.less | |
| parent | 7b665affd77c647111b089e4a178b09525a67863 (diff) | |
| download | bootstrap-aa3a8af2d082423e7cede05874b5a56b642ae1b7.tar.xz bootstrap-aa3a8af2d082423e7cede05874b5a56b642ae1b7.zip | |
place popovers and twipsies above modals for use there
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 117783059..da6b0df3b 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -894,7 +894,7 @@ input[type=submit].btn { visibility: visible; padding: 5px; font-size: 11px; - z-index: 1000; + z-index: 12000; .opacity(80); &.fade.in { .opacity(80); @@ -927,7 +927,7 @@ input[type=submit].btn { position: absolute; top: 0; left: 0; - z-index: 1000; + z-index: 12000; padding: 5px; display: none; &.above .arrow { #popoverArrow > .above(); } |
