Browse Source

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

Enrico Berti 8 years ago
parent
commit
985c6ed0c4
1 changed files with 0 additions and 2 deletions
  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.parent().css("height", viewModel.isEditing() ? _el.height() : (_el.height() + 17) + "px");
         _el.css("position", "absolute");
         _el.css("position", "absolute");
         _el.css({
         _el.css({
-          "top": lastSeenPosition.top + "px",
-          "left": lastSeenPosition.left + "px",
           "width": _width,
           "width": _width,
           "marginBottom": "20px"
           "marginBottom": "20px"
         });
         });