mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
#862: Popup menu misplaced when the window scrolls (e.g. when displaying large lists of results)
SVN:trunk[3176]
This commit is contained in:
@@ -47,6 +47,7 @@ jQuery.fn.popupmenu = function ()
|
||||
}
|
||||
});
|
||||
}
|
||||
popupmenu.css('top', ''); // let the "position: absolute;" do its job, for better support of scrolling...
|
||||
popupmenu.css('display', 'block');
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user