Skip to content

Commit

Permalink
fix(@schematics/angular): scroll issue on new app after adding Material
Browse files Browse the repository at this point in the history
Fixes #16966
  • Loading branch information
sacgrover authored and Keen Yee Liau committed Feb 18, 2020
1 parent f3bf2f5 commit 26f2fe1
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@
}

.toolbar {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 60px;
margin: -8px;
display: flex;
align-items: center;
background-color: #1976d2;
Expand All @@ -59,7 +62,7 @@

.content {
display: flex;
margin: 32px auto;
margin: 82px auto 32px;
padding: 0 16px;
max-width: 960px;
flex-direction: column;
Expand Down

0 comments on commit 26f2fe1

Please sign in to comment.