浏览代码

HUE-6297 [oozie] The widget expand shouldn't offset when the page has scrolled in Hue 4

Enrico Berti 8 年之前
父节点
当前提交
985c6ed0c4
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      apps/oozie/src/oozie/templates/editor2/workflow_editor.mako

+ 0 - 2
apps/oozie/src/oozie/templates/editor2/workflow_editor.mako

@@ -747,8 +747,6 @@ ${ dashboard.import_bindings() }
         _el.parent().css("height", viewModel.isEditing() ? _el.height() : (_el.height() + 17) + "px");
         _el.css("position", "absolute");
         _el.css({
-          "top": lastSeenPosition.top + "px",
-          "left": lastSeenPosition.left + "px",
           "width": _width,
           "marginBottom": "20px"
         });