Fix desktop scrolling issue in blog template

master
Alexander Surma 2015-07-03 13:33:22 +01:00 committed by Addy Osmani
parent 180cc33dc8
commit 8c89e69455
1 changed files with 3 additions and 3 deletions

View File

@ -31,11 +31,11 @@ body .demo-blog {
width: 100%;
margin: 0 auto;
flex-shrink: 0;
overflow: visible;
}
.demo-blog .mdl-layout__header {
margin-bottom: 30vh;
.demo-blog.mdl-layout .mdl-layout__content {
padding-top: 30vh;
overflow: auto;
}
.demo-blog .mdl-card {
display: flex;