Skip to content

Commit

Permalink
fix: controls scroll issue (apache#10644)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored and auxten committed Nov 20, 2020
1 parent 1167ae3 commit 279afaf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ const propTypes = {
};

const Styles = styled.div`
height: 100%;
max-height: 100%;
.remove-alert {
cursor: 'pointer';
}
#controlSections {
display: flex;
flex-direction: column;
height: 100%;
max-height: 100%;
}
.nav-tabs {
Expand Down

0 comments on commit 279afaf

Please sign in to comment.