mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Merge pull request #2490 from ansible/jakemcdermott-workflow-panel-scroll
hide workflow job left panel scrollbar when it isn't needed
This commit is contained in:
@@ -17,7 +17,8 @@
|
|||||||
min-height: 350px;
|
min-height: 350px;
|
||||||
|
|
||||||
.Panel {
|
.Panel {
|
||||||
overflow: scroll;
|
overflow-x: auto;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user