Skip to content

Commit

Permalink
fix(ui): Fix event-flow scrolling. Fixes argoproj#6133 (argoproj#6147)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Jun 15, 2021
1 parent 9f0cdbd commit 43f68f4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
}
}

.graph {
overflow: scroll;
}

.graph.events {
.node {
&.Ready {
Expand Down

0 comments on commit 43f68f4

Please sign in to comment.