diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index 7490682..157392a 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -160,11 +160,7 @@ * Show the ULS window */ show: function () { - var pos = this.position(); - this.$menu.css( { - top: pos.top, - left: '25%' - } ); + this.$menu.css( this.position() ); if ( this.options.compact ) { this.$menu.addClass( 'uls-compact' );