From 1afede867db5bf2591d197d2a2a28ab22db73620 Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Sun, 16 Dec 2012 01:44:19 +0100 Subject: Selectmenu: remove zIndex --- ui/jquery.ui.selectmenu.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ui') diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 36917a58f..1ba12bab6 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -211,9 +211,7 @@ $.widget( "ui.selectmenu", { _position.at = "left top"; } - this.menuWrap - .zIndex( this.element.zIndex() + 1 ) - .position( $.extend( {}, this.options.position, _position ) ); + this.menuWrap.position( $.extend( {}, this.options.position, _position ) ); this._trigger( "open", event ); }, -- cgit v1.2.3