bugfix
This commit is contained in:
parent
17057bc979
commit
f66e68921e
@ -13,7 +13,7 @@ bricks.Popup = class extends bricks.VBox {
|
||||
super(opts);
|
||||
this.auto_task = null;
|
||||
this.issub = false;
|
||||
this.set_css('popup');
|
||||
this.set_css('modal');
|
||||
const zindex = bricks.app.new_zindex();
|
||||
this.set_style('zIndex', zindex);
|
||||
if (this.auto_dismiss){
|
||||
|
Loading…
Reference in New Issue
Block a user