mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-05-13 03:01:39 -04:00
Selectmenu: remove zIndex
This commit is contained in:
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 );
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user