fix: controls scroll issue (#10644)

This commit is contained in:
Evan Rusackas 2020-08-19 13:19:40 -07:00 committed by GitHub
parent b0380befa1
commit 84d08cb8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@ const propTypes = {
};
const Styles = styled.div`
height: 100%;
max-height: 100%;
.remove-alert {
cursor: 'pointer';
@ -49,6 +50,7 @@ const Styles = styled.div`
#controlSections {
display: flex;
flex-direction: column;
height: 100%;
max-height: 100%;
}
.nav-tabs {