Skip to content

Commit

Permalink
fix: scroll issues in mapper screens
Browse files Browse the repository at this point in the history
- fix scroll issues of flow-branch, flow-trigger, flow-task components
- fix scroll issues of stream-trigger, stream-stage components

Fixes #1199
  • Loading branch information
fcastill authored Oct 3, 2019
2 parents 1e07ac3 + 60f8856 commit ceadfa0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions libs/assets/styles/_mapper-modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
.mapper-modal__content {
display: flex;
flex: 1;
overflow: hidden;
}

.mapper-modal__close {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.nodes {
flex: 1;
position: relative;
overflow: hidden;
overflow: auto;
margin-right: -10px;
color: #212121;
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.nodes {
flex: 1;
position: relative;
overflow: hidden;
overflow: auto;
margin-right: -10px;
color: #212121;
width: 100%;
Expand Down

0 comments on commit ceadfa0

Please sign in to comment.