Fix positioning of ContextMenu

(cherry picked from commit 2bf5624)
This commit is contained in:
Salandora 2015-08-13 15:14:30 +02:00 committed by Gina Häußge
parent 0ff43def3a
commit 49f62bc655

View file

@ -321,7 +321,7 @@ $(function() {
.data("contextParent", $(this))
.show()
.css({
position: "absolute",
position: "fixed",
left: getMenuPosition(e.clientX, 'width', 'scrollLeft'),
top: getMenuPosition(e.clientY, 'height', 'scrollTop'),
"z-index": 9999