Skip to content

Commit

Permalink
fix: log page scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yottahmd committed Jun 19, 2022
1 parent 74c1274 commit aad1f95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/src/components/WorkflowLog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ function WorkflowLog({ log }: Props) {
mx: 4,
display: "flex",
flexDirection: "column",
overflowX: "auto",
height: "70vh",
overflow: "auto",
borderTopLeftRadius: 0,
borderTopRightRadius: 0,
}}
Expand Down

0 comments on commit aad1f95

Please sign in to comment.