diff --git a/src/components/CreateLinkTile.scss b/src/components/CreateLinkTile.scss
index 8222c3cf983e832827037bfeec194022b6887915..ada385663739988934b3792c6af16843a66eaf19 100644
--- a/src/components/CreateLinkTile.scss
+++ b/src/components/CreateLinkTile.scss
@@ -35,4 +35,8 @@ limitations under the License.
     > a {
         color: $foreground;
     }
+
+    h1 {
+        word-break: break-all;
+    }
 }
diff --git a/src/index.scss b/src/index.scss
index a2482e81d360cec34a8cd0877004e271eefedb8c..2c9c50645cffc9be6f901bf8ac878a34c5f1a0b4 100644
--- a/src/index.scss
+++ b/src/index.scss
@@ -39,7 +39,7 @@ body,
 
     color: $font;
 
-    overflow: scroll;
+    overflow: auto;
 }
 
 h1 {
@@ -47,7 +47,6 @@ h1 {
     font-size: 24px;
     line-height: 32px;
     text-align: center;
-    word-break: break-all;
 }
 
 a {