Skip to content

Commit b003431

Browse files
committed
fixed: issue with dialog widget, thx @ubunoir, see #300
1 parent 2fd705c commit b003431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.selectmenu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ $.widget("ui.selectmenu", {
844844

845845
this.listWrap
846846
.removeAttr( 'style' )
847-
.zIndex( this.element.zIndex() + 1 )
847+
.zIndex( this.element.zIndex() + 2 )
848848
.position( $.extend( positionDefault, o.positionOptions ) );
849849
}
850850
});

0 commit comments

Comments
 (0)