mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
revert position -> offset for typeahead position
This commit is contained in:
parent
a29e5a9dd6
commit
fc509e14b2
1 changed files with 1 additions and 1 deletions
2
js/bootstrap-typeahead.js
vendored
2
js/bootstrap-typeahead.js
vendored
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
|
||||
, show: function () {
|
||||
var pos = $.extend({}, this.$element.position(), {
|
||||
var pos = $.extend({}, this.$element.offset(), {
|
||||
height: this.$element[0].offsetHeight
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue