Fix positioning of ContextMenu

This commit is contained in:
Salandora 2015-08-13 15:14:30 +02:00
parent 8f11d2fd5d
commit 2bf5624a00

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