Skip to content

Commit

Permalink
fix: remove overflow scroll (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchgrant authored Dec 27, 2020
1 parent 9e16977 commit 34d027c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/templates/blog-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class BlogTemplate extends LitElement {
flex: 1;
max-width: 50em;
height: 100%;
overflow: scroll;
margin: auto;
font-size: 1.2rem;
padding: 2rem;
Expand Down
1 change: 0 additions & 1 deletion src/templates/page-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class PageTemplate extends LitElement {
flex: 1;
max-width: 50em;
height: 100%;
overflow: scroll;
margin: auto;
font-size: 1.2rem;
padding: 2rem;
Expand Down

0 comments on commit 34d027c

Please sign in to comment.