|
@@ -156,10 +156,10 @@ define([
|
|
|
top: container.bottom
|
|
|
};
|
|
|
|
|
|
- // Determine what the parent element is to use for calciulating the offset
|
|
|
+ // Determine what the parent element is to use for calculating the offset
|
|
|
var $offsetParent = this.$dropdownParent;
|
|
|
|
|
|
- // For statically positoned elements, we need to get the element
|
|
|
+ // For statically positioned elements, we need to get the element
|
|
|
// that is determining the offset
|
|
|
if ($offsetParent.css('position') === 'static') {
|
|
|
$offsetParent = $offsetParent.offsetParent();
|