Fix positioning of ContextMenu
This commit is contained in:
parent
8f11d2fd5d
commit
2bf5624a00
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ $(function() {
|
||||||
.data("contextParent", $(this))
|
.data("contextParent", $(this))
|
||||||
.show()
|
.show()
|
||||||
.css({
|
.css({
|
||||||
position: "absolute",
|
position: "fixed",
|
||||||
left: getMenuPosition(e.clientX, 'width', 'scrollLeft'),
|
left: getMenuPosition(e.clientX, 'width', 'scrollLeft'),
|
||||||
top: getMenuPosition(e.clientY, 'height', 'scrollTop'),
|
top: getMenuPosition(e.clientY, 'height', 'scrollTop'),
|
||||||
"z-index": 9999
|
"z-index": 9999
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue