2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

change tooltip/popover insert strategy

remove modal-open class
hopefully resolve z-index headaches
This commit is contained in:
Jacob Thornton
2012-09-24 23:28:38 -07:00
parent 4a2443901f
commit 88b1e44dd6
8 changed files with 10 additions and 49 deletions
+3 -3
View File
@@ -121,7 +121,7 @@
$tip
.remove()
.css({ top: 0, left: 0, display: 'block' })
.appendTo(inside ? this.$element : document.body)
.insertAfter(this.$element)
pos = this.getPosition(inside)
@@ -144,7 +144,7 @@
}
$tip
.css(tp)
.offset(tp)
.addClass(placement)
.addClass('in')
}
@@ -272,4 +272,4 @@
, html: false
}
}(window.jQuery);
}(window.jQuery);