Skip to content

Commit

Permalink
Selectmenu: remove zIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Dec 16, 2012
1 parent 76f335e commit 1afede8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/jquery.ui.selectmenu.js
Expand Up @@ -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 );
},
Expand Down

0 comments on commit 1afede8

Please sign in to comment.