diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index 08943f0a..04ab8461 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -1363,8 +1363,11 @@ requires } function reset() { - that.width(self.options.width); - that.height(self.options.height); + that.css({ + left: Math.max(that.offset().left, 24 - self.options.width) + }) + .width(self.options.width) + .height(self.options.height); that.$content.height(self.options.height - 80); }