diff --git a/index.html b/index.html
index f0d7a2f..baca314 100644
--- a/index.html
+++ b/index.html
@@ -118,7 +118,7 @@ lib.startGameLoop(loop);
diff --git a/style.css b/style.css
index 6c0375f..c83ae0b 100644
--- a/style.css
+++ b/style.css
@@ -35,6 +35,7 @@ section {
display: flex;
flex-direction: column;
background-color: black;
+ overflow-y: auto;
}
section canvas {