Merge branch 'fixContextMenu' of https://github.com/Salandora/OctoPrint into pr/Salandora/fixContextMenu

This commit is contained in:
Gina Häußge 2015-08-21 16:02:46 +02:00
commit d90c03377c

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