mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-05-13 03:01:39 -04:00
Selectmenu: fixed positioning (change to inline element follow-up)
This commit is contained in:
2
ui/jquery.ui.selectmenu.js
vendored
2
ui/jquery.ui.selectmenu.js
vendored
@@ -244,7 +244,7 @@ $.widget( "ui.selectmenu", {
|
||||
that.listWrap
|
||||
.zIndex( that.element.zIndex() + 1 )
|
||||
.position( $.extend({
|
||||
of: that.newelementWrap
|
||||
of: that.newelement
|
||||
}, options.position ));
|
||||
|
||||
that.opened = true;
|
||||
|
||||
Reference in New Issue
Block a user