Skip to content

Commit

Permalink
Fix history scroll #313 (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
huv1k authored and timsuchanek committed Mar 27, 2018
1 parent 5b31743 commit dbbc36e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ const Wrapper = styled.div`
min-height: 500px;
& .graphiql-container.graphiql-container {
height: calc(100% - 81px) !important;
& .queryWrap.queryWrap {
border-top: none;
}
Expand Down Expand Up @@ -265,7 +263,7 @@ const UseText = styled.div`
`

const Big = styled.div`
height: 100%;
height: calc(100% - 81px);
display: flex;
flex: 1 1 auto;
`
Expand Down

0 comments on commit dbbc36e

Please sign in to comment.