Pushing the old modals behind the new modals

master
WolverinDEV 2021-04-25 15:39:09 +02:00
parent 81a1380d37
commit 031759cebd
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ export class Modal {
_global_modal_last = this.htmlTag[0];
this.shown = true;
this.htmlTag.appendTo($("body"));
this.htmlTag.prependTo($("body"));
_global_modal_count++;
this.htmlTag.show();