Skip to content

Commit

Permalink
Use explicit height for the content part (#56)
Browse files Browse the repository at this point in the history
This allows user content to use relative height as well 

Fixes #51
  • Loading branch information
jouni authored and alexberazouski committed Nov 15, 2018
1 parent 2cf48ce commit 025fc18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vaadin-app-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@

[part="content"] {
flex: auto;
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
Expand Down

0 comments on commit 025fc18

Please sign in to comment.