|
|
@@ -60,10 +60,9 @@
|
|
|
el.find(".close").hide();
|
|
|
|
|
|
if ($(".jHueNotify").last().position() != null) {
|
|
|
- el.css("top", $(".jHueNotify").last().position().top + $(".jHueNotify").last().outerHeight() + MARGIN - $(window).scrollTop());
|
|
|
+ el.css("top", $(".jHueNotify").last().position().top + $(".jHueNotify").last().outerHeight() + MARGIN);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
if (_this.options.level == TYPES.ERROR) {
|
|
|
el.addClass("alert-error");
|
|
|
}
|