Skip to content

Commit

Permalink
fix(dotcom-shell): removing min-height from dotcom-shell (#4786)
Browse files Browse the repository at this point in the history
### Description

This `min-height: 100vh` property was causing the `/build` page to be taller than it should. 

<img width="1548" alt="Screen Shot 2020-12-29 at 12 24 59" src="https://user-images.githubusercontent.com/42848561/103294655-06711980-49d1-11eb-89c7-bd0368960ab0.png">
  • Loading branch information
guilhermelMoraes authored Dec 29, 2020
1 parent 9338e2d commit cbcb9a2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
.#{$prefix}--dotcom-shell {
display: flex;
flex-direction: column;
min-height: 100vh;
padding-top: $carbon--layout-04;

.#{$prefix}--tableofcontents__sidebar {
Expand Down

0 comments on commit cbcb9a2

Please sign in to comment.