Skip to content

Commit

Permalink
fix(height): area component inherit height
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Moreno Cantero committed May 25, 2020
1 parent c84e1bb commit 22f87e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const ListArea = Styled.div`

const Area = Styled.div`
display: grid;
height: inherit;
grid-template-columns: 1fr;
grid-template-rows: 1fr 4fr;
grid-template-areas:
Expand Down

0 comments on commit 22f87e2

Please sign in to comment.