Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit ea470f6

Browse files
committed
fixed: zIndex, follow up to fnagel#147, thx to @viskenxp, see: fnagel#151
1 parent ceaacdf commit ea470f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ui/jquery.ui.selectmenu.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -829,9 +829,7 @@ $.widget("ui.selectmenu", {
829829
// update zIndex if jQuery UI is able to process
830830
var zIndexElement = this.element.zIndex();
831831
if ( zIndexElement ) {
832-
this.list.css({
833-
zIndex: zIndexElement
834-
});
832+
this.listWrap.css( 'zIndex', zIndexElement );
835833
}
836834
this.listWrap.position({
837835
// set options for position plugin

0 commit comments

Comments
 (0)