Skip to content

Commit

Permalink
fix: Remove min-height to fix issue where expanding the component doc…
Browse files Browse the repository at this point in the history
…s caused the page to expand and not collapse back
  • Loading branch information
jerelmiller committed Jun 18, 2020
1 parent 1e94565 commit 9cd93de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Layout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
}

.main {
min-height: 100%;
display: grid;
grid-template-columns: 300px minmax(0, 1fr);
width: 100%;
Expand Down

0 comments on commit 9cd93de

Please sign in to comment.