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
No known key found for this signature in database
GPG Key ID: 9A6F084352C3A0B7

View File

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