Skip to content

Commit 6d9e3aa

Browse files
authored
Redo of PR 1977 (#1991)
1 parent ce725fe commit 6d9e3aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

studio/src/main/resources/static/js/studio-utils.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ function globalNotify(title, message, type) {
4747
{
4848
title: "<strong>" + title + "</strong>",
4949
message: message,
50-
z_index: 100000,
51-
placement: {
52-
from: "bottom",
53-
align: "right",
54-
},
5550
},
5651
{
5752
type: type,
53+
z_index: 100000,
54+
placement: {
55+
from: "top",
56+
align: "center",
57+
},
5858
},
5959
);
6060
}

0 commit comments

Comments
 (0)