diff --git a/sites/all/modules/beta/navbar/js/navbar.js b/sites/all/modules/beta/navbar/js/navbar.js
index b2c8397..2bbd559 100644
--- a/sites/all/modules/beta/navbar/js/navbar.js
+++ b/sites/all/modules/beta/navbar/js/navbar.js
@@ -70,7 +70,7 @@ $.extend(Navbar.prototype, {
    * the height of the navbar changes.
    */
   setHeight: function() {
-    this.height = this.$navbar.outerHeight();
+    this.height = this.$navbar.height();
     this.$navbar.attr('data-offset-top', this.height);
     // Alter the padding on the top of the body element.
     // @todo, this should be moved to drupal.js and register for
