Project

General

Profile

Patch #25114 » 0001-fix-context-menu-positioning.patch

Serge Galanin, 2017-02-20 13:18

View differences:

public/javascripts/context_menu.js
81 81
    var menu = document.createElement("div");
82 82
    menu.setAttribute("id", "context-menu");
83 83
    menu.setAttribute("style", "display:none;");
84
    document.getElementById("content").appendChild(menu);
84
    document.getElementsByTagName("body")[0].appendChild(menu);
85 85
  }
86 86
}
87 87

  
(3-3/3)