@@ -605,7 +605,7 @@ export default withRouter(withAuth(Home));
const ViewWrapper = styled.div`
height: 100%;
width: 100vw;
- padding-top: 90px;
+ padding-top: 10vh;
overflow-y: auto;
display: flex;
flex: 1;
@@ -48,7 +48,8 @@ GraphSection.contextType = Context;
const StyledGraphSection = styled.div`
width: 100%;
- height: 450px;
+ min-height: 450px;
+ height: 50vh;
font-size: 13px;
overflow: hidden;
border-radius: 10px;
@@ -142,7 +142,8 @@ const StyledListSection = styled.div`
@@ -119,7 +119,8 @@ const StyledValuesYaml = styled.div`
flex-direction: column;
@@ -679,7 +679,9 @@ const MetricsLabel = styled.div`
const StyledMetricsSection = styled.div`
+ overflow: hidden;
position: relative;
@@ -154,7 +154,8 @@ const StyledStatusSection = styled.div`
user-select: text;