diff --git a/src/templates/blog-template.js b/src/templates/blog-template.js
index d136436..f8e526c 100644
--- a/src/templates/blog-template.js
+++ b/src/templates/blog-template.js
@@ -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;
diff --git a/src/templates/page-template.js b/src/templates/page-template.js
index f3a48ab..74d436a 100644
--- a/src/templates/page-template.js
+++ b/src/templates/page-template.js
@@ -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;