hide workflow job left panel scrollbar when it isn't needed

This commit is contained in:
Jake McDermott
2018-07-11 12:32:50 -04:00
parent 6ac17c874f
commit a85326777b

View File

@@ -17,7 +17,8 @@
min-height: 350px;
.Panel {
overflow: scroll;
overflow-x: auto;
overflow-y: auto;
}
}