JorisA
7 Jun 2007, 4:43 PM
var el = this.el = new Ext.Layer({
cls: "x-menu",
shadow:this.shadow,
constrain: false,
parentEl: this.parentEl || document.body,
zindex:15000
});
The zindex is larger then the mask's one.
So the menu is displayed over the mask.
cls: "x-menu",
shadow:this.shadow,
constrain: false,
parentEl: this.parentEl || document.body,
zindex:15000
});
The zindex is larger then the mask's one.
So the menu is displayed over the mask.