Commit 9cd14ca1 authored by Andrew Smith's avatar Andrew Smith Committed by Felix Schäfer

Fix a typo when calculating the menu X position. #1007

parent 87f68e58
......@@ -154,7 +154,7 @@
}
if(maxHeight > $(window).height()) {
renderY =+ menu.height();
renderY -= menu.height();
menu.addClass(reverseYClass);
} else {
menu.removeClass(reverseYClass);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment