mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Menu: Optimize menu positioning in menubar
This commit is contained in:
parent
105ef8b851
commit
643e20ca3d
@ -87,7 +87,6 @@ $.widget("ui.menubar", {
|
|||||||
this.active = menu.show().position({
|
this.active = menu.show().position({
|
||||||
my: "left top",
|
my: "left top",
|
||||||
at: "left bottom",
|
at: "left bottom",
|
||||||
offset: "0 -1",
|
|
||||||
of: button
|
of: button
|
||||||
}).focus();
|
}).focus();
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user