azkaban-aplcache

job filter style fixed (#1685) UI fix: Graph > Job filter floats

3/18/2018 5:03:39 PM

Details

diff --git a/azkaban-web-server/src/main/less/base.less b/azkaban-web-server/src/main/less/base.less
index 50b55c4..2a593d3 100644
--- a/azkaban-web-server/src/main/less/base.less
+++ b/azkaban-web-server/src/main/less/base.less
@@ -25,7 +25,8 @@
 }
 
 div#graphView.container-fill {
-  position: static;
+  position: relative;
+  top: 0px;
   height: 750px;
 }
 
diff --git a/azkaban-web-server/src/main/less/flow.less b/azkaban-web-server/src/main/less/flow.less
index 2b4a595..ccb26e2 100644
--- a/azkaban-web-server/src/main/less/flow.less
+++ b/azkaban-web-server/src/main/less/flow.less
@@ -225,8 +225,8 @@ td {
 
 .graph-sidebar-float {
   position: absolute;
-  top: 0px;
-  bottom: 0px;
+  top: 5px;
+  left: 110px;
 
   .graph-sidebar-list {
     overflow-y: auto;