Merge branch 'fixContextMenu' of https://github.com/Salandora/OctoPrint into pr/Salandora/fixContextMenu
This commit is contained in:
commit
d90c03377c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue