Skip to content

Commit 83f8759

Browse files
change overflow css in Workflow Editor to allow README to scroll better
1 parent 4ff3ff3 commit 83f8759

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • client/src/components/Workflow/Editor

client/src/components/Workflow/Editor/Index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,8 @@ export default {
11691169
display: flex;
11701170
flex-direction: column;
11711171
flex-grow: 1;
1172-
overflow: auto;
1172+
overflow-x: auto;
1173+
overflow-y: hidden;
11731174
width: 100%;
11741175
}
11751176
</style>

0 commit comments

Comments
 (0)