mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: remove zIndex
This commit is contained in:
parent
76f335ea68
commit
1afede867d
4
ui/jquery.ui.selectmenu.js
vendored
4
ui/jquery.ui.selectmenu.js
vendored
@ -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 );
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user