Skip to content

Commit

Permalink
grunt dist
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed May 22, 2015
1 parent fed80ec commit 2fe30e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/js/bootstrap-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,8 @@
selectOffsetTop,
selectOffsetBot,
posVert = function () {
selectOffsetTop = that.$newElement.offset().top - window.scrollY;
selectOffsetBot = window.innerHeight - selectOffsetTop - selectHeight;
selectOffsetTop = that.$newElement.offset().top - $window.scrollTop();
selectOffsetBot = $window.height() - selectOffsetTop - selectHeight;
};

posVert();
Expand Down
Loading

0 comments on commit 2fe30e5

Please sign in to comment.