Fix a typo when calculating the menu X position. #1007
This commit is contained in:
parent
87f68e58ad
commit
9cd14ca152
|
@ -154,7 +154,7 @@
|
|||
}
|
||||
|
||||
if(maxHeight > $(window).height()) {
|
||||
renderY =+ menu.height();
|
||||
renderY -= menu.height();
|
||||
menu.addClass(reverseYClass);
|
||||
} else {
|
||||
menu.removeClass(reverseYClass);
|
||||
|
|
Loading…
Reference in New Issue